#CB44CB

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

Shades of Fuchsia #CB44CB

Tints of Fuchsia #CB44CB

Color information

#CB44CB (or 0xCB44CB) is unknown color: approx Fuchsia. HEX triplet: CB, 44 and CB. RGB value is (203,68,203). Sum of RGB (Red+Green+Blue) = 203+68+203=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB44CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44CB is #34BB34. Grayscale: #7B7B7B. Windows color (decimal): -3455797 or 13321419. OLE color: 13321419.

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

Color convert

RGB20368203-
CMYK00.6700.20
HSL300º56.49%53.14%-
HSV(B)300º66.5%79.61%-
XYZ37.4821.1458.61-
YUV123.76172.73184.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 68 (26.95% from 255) = 14.35%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=42.83%
G=14.35%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036820300.6700.2030056.4953.14
HexCB44CB04301412c3835
Octal31310431301030244547065
Binary1100101110001001100101101000011010100100101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB44CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB44CB; }

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

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

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

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

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

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

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

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