Html Css Color HEX #CA0CC5 Deep Magenta

📋 copy color: '#CA0CC5'

red 202 ◦ green 12 ◦ blue 197

#CA0CC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CA0CC5

Tints of Deep Magenta #CA0CC5

RGB

 RED value IS 202 (79.3% from 255) = 49.15%

 GREEN value IS 12 (5.08% from 255) = 2.92%

 BLUE value IS 197 (77.34% from 255) = 47.93%

R = 49.15%
G = 2.92%
B = 47.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA0CC5 (or 0xCA0CC5) is known color: Deep Magenta. HEX triplet: CA, 0C and C5. RGB value is (202,12,197). Sum of RGB (Red+Green+Blue) = 202+12+197=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CC5 is #35F33A. Grayscale: #595959. Windows color (decimal): -3535675 or 12913866. OLE color: 12913866.

HSL color Cylindrical-coordinate representation of color #CA0CC5: hue angle of 301.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CC5 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 12 197 -
CMYK 0 0.94 0.02 0.21
HSL 301.58º 0.89% 0.42% -
HSV(B) 301.58º 0.94% 0.79% -
XYZ 34.57 16.85 54.25 -
YUV 89.9 188.45 207.96 -
System Red Green Blue C M Y K H S L
Decimal 202 12 197 0 0.94 0.02 0.21 301.58 0.89 0.42
Hex CA C C5 0 5E 2 15 12E 59 2A
Octal 312 14 305 0 136 2 25 456 131 52
Binary 11001010 1100 11000101 0 1011110 10 10101 100101110 1011001 101010

Color Harmonies of #CA0CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CC5

Black with #CA0CC5

Text Example


Text Example

White with #CA0CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CC5; }

 p { color: rgb(202,12,197); }

 H1.HeaderClassName
 {
   color: #CA0CC5;
 }
 .AnyTagClassName
 {
   color: #CA0CC5;
 }
</style>

background-color css

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

 a { background-color: rgb(202,12,197); }

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

border-color css

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

 span { border-color: rgb(202,12,197); }

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