#CB44CA

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

Shades of Fuchsia #CB44CA

Tints of Fuchsia #CB44CA

Color information

#CB44CA (or 0xCB44CA) is unknown color: approx Fuchsia. HEX triplet: CB, 44 and CA. RGB value is (203,68,202). Sum of RGB (Red+Green+Blue) = 203+68+202=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44CA is #34BB35. Grayscale: #7B7B7B. Windows color (decimal): -3455798 or 13255883. OLE color: 13255883.

HSL color Cylindrical-coordinate representation of color #CB44CA: hue angle of 300.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44CA is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB20368202-
CMYK00.670.000.20
HSL300.44º56.49%53.14%-
HSV(B)300.44º66.5%79.61%-
XYZ37.3621.157.98-
YUV123.64172.23184.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 68 (26.95% from 255) = 14.38%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=42.92%
G=14.38%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036820200.670.000.20300.4456.4953.14
HexCB44CA04301412c3835
Octal31310431201030244547065
Binary1100101110001001100101001000011010100100101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44CA; }

 p { color: rgb(203,68,202); }

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

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

 a { background-color: rgb(203,68,202); }

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

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

 span { border-color: rgb(203,68,202); }

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