#CB2DB3

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

Shades of Fuchsia #CB2DB3

Tints of Fuchsia #CB2DB3

Color information

#CB2DB3 (or 0xCB2DB3) is unknown color: approx Fuchsia. HEX triplet: CB, 2D and B3. RGB value is (203,45,179). Sum of RGB (Red+Green+Blue) = 203+45+179=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DB3 is #34D24C. Grayscale: #6B6B6B. Windows color (decimal): -3461709 or 11742667. OLE color: 11742667.

HSL color Cylindrical-coordinate representation of color #CB2DB3: hue angle of 309.11º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2DB3 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB20345179-
CMYK00.780.120.20
HSL309.11º63.71%48.63%-
HSV(B)309.11º77.83%79.61%-
XYZ33.717.8344.31-
YUV107.52168.35196.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 45 (17.97% from 255) = 10.54%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=47.54%
G=10.54%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034517900.780.120.20309.1163.7148.63
HexCB2DB304EC141354031
Octal313552630116142446510061
Binary1100101110110110110011010011101100101001001101011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2DB3; }

 p { color: rgb(203,45,179); }

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

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

 a { background-color: rgb(203,45,179); }

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

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

 span { border-color: rgb(203,45,179); }

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