#CB53CC

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

Shades of Fuchsia #CB53CC

Tints of Fuchsia #CB53CC

Color information

#CB53CC (or 0xCB53CC) is unknown color: approx Fuchsia. HEX triplet: CB, 53 and CC. RGB value is (203,83,204). Sum of RGB (Red+Green+Blue) = 203+83+204=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53CC is #34AC33. Grayscale: #848484. Windows color (decimal): -3451956 or 13390795. OLE color: 13390795.

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

Color convert

RGB20383204-
CMYK0.000.5900.2
HSL299.5º54.26%56.27%-
HSV(B)299.5º59.31%80%-
XYZ38.6223.2459.58-
YUV132.67168.26178.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.43%
GREEN value IS 83 (32.81% from 255) = 16.94%
BLUE value IS 204 (80.08% from 255) = 41.63%
R=41.43%
G=16.94%
B=41.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal203832040.000.5900.2299.554.2656.27
HexCB53CC03B01412c3638
Octal3131233140730244546670
Binary110010111010011110011000111011010100100101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB53CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB53CC; }

 p { color: rgb(203,83,204); }

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

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

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

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

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

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

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