#CB29B8

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

Shades of Fuchsia #CB29B8

Tints of Fuchsia #CB29B8

Color information

#CB29B8 (or 0xCB29B8) is unknown color: approx Fuchsia. HEX triplet: CB, 29 and B8. RGB value is (203,41,184). Sum of RGB (Red+Green+Blue) = 203+41+184=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29B8 is #34D647. Grayscale: #696969. Windows color (decimal): -3462728 or 12069323. OLE color: 12069323.

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

Color convert

RGB20341184-
CMYK00.800.090.20
HSL307.04º66.39%47.84%-
HSV(B)307.04º79.8%79.61%-
XYZ34.0717.7446.98-
YUV105.74172.17197.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 41 (16.41% from 255) = 9.58%
BLUE value IS 184 (72.27% from 255) = 42.99%
R=47.43%
G=9.58%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034118400.800.090.20307.0466.3947.84
HexCB29B80509141334230
Octal313512700120112446310260
Binary1100101110100110111000010100001001101001001100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB29B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB29B8; }

 p { color: rgb(203,41,184); }

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

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

 a { background-color: rgb(203,41,184); }

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

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

 span { border-color: rgb(203,41,184); }

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