#cb2abe

Color #CB2ABE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CB2ABE

Tints of Fuchsia #CB2ABE

Color information

#CB2ABE (or 0xCB2ABE) is unknown color: approx Fuchsia. HEX triplet: CB, 2A and BE. RGB value is (203,42,190). Sum of RGB (Red+Green+Blue) = 203+42+190=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2ABE is #34D541. Grayscale: #6A6A6A. Windows color (decimal): -3462466 or 12462795. OLE color: 12462795.

HSL color Cylindrical-coordinate representation of color #CB2ABE: hue angle of 304.84º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2ABE is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB20342190-
CMYK00.790.060.20
HSL304.84º65.71%48.04%-
HSV(B)304.84º79.31%79.61%-
XYZ34.7518.0750.37-
YUV107.01174.84196.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 42 (16.80% from 255) = 9.66%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=46.67%
G=9.66%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034219000.790.060.20304.8465.7148.04
HexCB2ABE04F6141314230
Octal31352276011762446110260
Binary110010111010101011111001001111110101001001100011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb2abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb2abe; }

 p { color: rgb(203,42,190); }

 H1.HeaderClassName
 {
   color: #cb2abe;
 }
 .AnyTagClassName
 {
   color: #cb2abe;
 }
</style>
background-color css

<style>
 a { background-color: #cb2abe; }

 a { background-color: rgb(203,42,190); }

 div.DivClassName
 {
   background-color: #cb2abe;
 }
 .BgClassName
 {
   background-color: #cb2abe;
 }
</style>
border-color css

<style>
 span { border-color: #cb2abe; }

 span { border-color: rgb(203,42,190); }

 td.TdClassName
 {
   border-color: #cb2abe;
 }
 .TagClassName
 {
   border-color: #cb2abe;
 }
</style>