#CA36B8

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

Shades of Fuchsia #CA36B8

Tints of Fuchsia #CA36B8

Color information

#CA36B8 (or 0xCA36B8) is unknown color: approx Fuchsia. HEX triplet: CA, 36 and B8. RGB value is (202,54,184). Sum of RGB (Red+Green+Blue) = 202+54+184=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36B8 is #35C947. Grayscale: #707070. Windows color (decimal): -3524936 or 12072650. OLE color: 12072650.

HSL color Cylindrical-coordinate representation of color #CA36B8: hue angle of 307.3º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA36B8 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB20254184-
CMYK00.730.090.21
HSL307.3º58.27%50.2%-
HSV(B)307.3º73.27%79.22%-
XYZ34.3318.6647.14-
YUV113.07168.03191.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 54 (21.48% from 255) = 12.27%
BLUE value IS 184 (72.27% from 255) = 41.82%
R=45.91%
G=12.27%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025418400.730.090.21307.358.2750.2
HexCA36B80499151333a32
Octal31266270011111254637262
Binary110010101101101011100001001001100110101100110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36B8; }

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

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

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

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

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

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

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

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