#CA36CB

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

Shades of Fuchsia #CA36CB

Tints of Fuchsia #CA36CB

Color information

#CA36CB (or 0xCA36CB) is unknown color: approx Fuchsia. HEX triplet: CA, 36 and CB. RGB value is (202,54,203). Sum of RGB (Red+Green+Blue) = 202+54+203=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA36CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36CB is #35C934. Grayscale: #727272. Windows color (decimal): -3524917 or 13317834. OLE color: 13317834.

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

Color convert

RGB20254203-
CMYK0.000.7300.20
HSL299.6º58.89%50.39%-
HSV(B)299.6º73.4%79.61%-
XYZ36.4619.5158.34-
YUV115.24177.53189.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 54 (21.48% from 255) = 11.76%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=44.01%
G=11.76%
B=44.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202542030.000.7300.20299.658.8950.39
HexCA36CB04901412c3b32
Octal3126631301110244547362
Binary110010101101101100101101001001010100100101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36CB; }

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

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

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

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

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

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

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

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