#CB29B7

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

Shades of Fuchsia #CB29B7

Tints of Fuchsia #CB29B7

Color information

#CB29B7 (or 0xCB29B7) is unknown color: approx Fuchsia. HEX triplet: CB, 29 and B7. RGB value is (203,41,183). Sum of RGB (Red+Green+Blue) = 203+41+183=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB29B7 is #34D648. Grayscale: #696969. Windows color (decimal): -3462729 or 12003787. OLE color: 12003787.

HSL color Cylindrical-coordinate representation of color #CB29B7: hue angle of 307.41º 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 #CB29B7 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB20341183-
CMYK00.800.100.20
HSL307.41º66.39%47.84%-
HSV(B)307.41º79.8%79.61%-
XYZ33.9717.746.43-
YUV105.63171.67197.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 41 (16.41% from 255) = 9.60%
BLUE value IS 183 (71.88% from 255) = 42.86%
R=47.54%
G=9.60%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2034118300.800.100.20307.4166.3947.84
HexCB29B7050A141334230
Octal313512670120122446310260
Binary1100101110100110110111010100001010101001001100111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB29B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB29B7; }

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

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

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

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

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

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

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

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