#CA36CF

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

Shades of Fuchsia #CA36CF

Tints of Fuchsia #CA36CF

Color information

#CA36CF (or 0xCA36CF) is unknown color: approx Fuchsia. HEX triplet: CA, 36 and CF. RGB value is (202,54,207). Sum of RGB (Red+Green+Blue) = 202+54+207=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36CF is #35C930. Grayscale: #737373. Windows color (decimal): -3524913 or 13579978. OLE color: 13579978.

HSL color Cylindrical-coordinate representation of color #CA36CF: hue angle of 298.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA36CF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20254207-
CMYK0.020.7400.19
HSL298.04º61.45%51.18%-
HSV(B)298.04º73.91%81.18%-
XYZ36.9419.760.89-
YUV115.69179.53189.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 54 (21.48% from 255) = 11.66%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=43.63%
G=11.66%
B=44.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202542070.020.7400.19298.0461.4551.18
HexCA36CF24A01312a3d33
Octal3126631721120234527563
Binary1100101011011011001111101001010010011100101010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36CF; }

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

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

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

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

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

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

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

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