#cb3dc9

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

Shades of Fuchsia #CB3DC9

Tints of Fuchsia #CB3DC9

Color information

#CB3DC9 (or 0xCB3DC9) is unknown color: approx Fuchsia. HEX triplet: CB, 3D and C9. RGB value is (203,61,201). Sum of RGB (Red+Green+Blue) = 203+61+201=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3DC9 is #34C236. Grayscale: #767676. Windows color (decimal): -3457591 or 13188555. OLE color: 13188555.

HSL color Cylindrical-coordinate representation of color #CB3DC9: hue angle of 300.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3DC9 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB20361201-
CMYK00.700.010.20
HSL300.85º57.72%51.76%-
HSV(B)300.85º69.95%79.61%-
XYZ36.8420.2557.23-
YUV119.42174.04187.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 61 (24.22% from 255) = 13.12%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=43.66%
G=13.12%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036120100.700.010.20300.8557.7251.76
HexCB3DC904611412d3a34
Octal3137531101061244557264
Binary110010111111011100100101000110110100100101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb3dc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb3dc9; }

 p { color: rgb(203,61,201); }

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

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

 a { background-color: rgb(203,61,201); }

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

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

 span { border-color: rgb(203,61,201); }

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