#CA36A6

Color #CA36A6 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #CA36A6

Tints of Medium Red Violet #CA36A6

Color information

#CA36A6 (or 0xCA36A6) is unknown color: approx Medium Red Violet. HEX triplet: CA, 36 and A6. RGB value is (202,54,166). Sum of RGB (Red+Green+Blue) = 202+54+166=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA36A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA36A6 is #35C959. Grayscale: #6E6E6E. Windows color (decimal): -3524954 or 10893002. OLE color: 10893002.

HSL color Cylindrical-coordinate representation of color #CA36A6: hue angle of 314.59º 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 #CA36A6 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20254166-
CMYK00.730.180.21
HSL314.59º58.27%50.2%-
HSV(B)314.59º73.27%79.22%-
XYZ32.5617.9537.82-
YUV111.02159.03192.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 54 (21.48% from 255) = 12.80%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=47.87%
G=12.80%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025416600.730.180.21314.5958.2750.2
HexCA36A6049121513b3a32
Octal31266246011122254737262
Binary1100101011011010100110010010011001010101100111011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA36A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA36A6; }

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

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

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

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

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

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

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

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