#CA36CC

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

Shades of Fuchsia #CA36CC

Tints of Fuchsia #CA36CC

Color information

#CA36CC (or 0xCA36CC) is unknown color: approx Fuchsia. HEX triplet: CA, 36 and CC. RGB value is (202,54,204). Sum of RGB (Red+Green+Blue) = 202+54+204=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36CC is #35C933. Grayscale: #727272. Windows color (decimal): -3524916 or 13383370. OLE color: 13383370.

HSL color Cylindrical-coordinate representation of color #CA36CC: hue angle of 299.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA36CC is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20254204-
CMYK0.010.7400.2
HSL299.2º59.52%50.59%-
HSV(B)299.2º73.53%80%-
XYZ36.5819.5558.97-
YUV115.35178.03189.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 54 (21.48% from 255) = 11.74%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=43.91%
G=11.74%
B=44.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal202542040.010.7400.2299.259.5250.59
HexCA36CC14A01412b3c33
Octal3126631411120244537463
Binary110010101101101100110011001010010100100101011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36CC; }

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

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

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

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

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

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

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

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