Html Css Color HEX #CA0CC6 Deep Magenta

📋 copy color: '#CA0CC6'

red 202 ◦ green 12 ◦ blue 198

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

Shades of Deep Magenta #CA0CC6

Tints of Deep Magenta #CA0CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.06%

R = 49.03%
G = 2.91%
B = 48.06%

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

#CA0CC6 (or 0xCA0CC6) is known color: Deep Magenta. HEX triplet: CA, 0C and C6. RGB value is (202,12,198). Sum of RGB (Red+Green+Blue) = 202+12+198=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CC6 is #35F339. Grayscale: #595959. Windows color (decimal): -3535674 or 12979402. OLE color: 12979402.

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

Color convert

RGB 202 12 198 -
CMYK 0 0.94 0.02 0.21
HSL 301.26º 0.89% 0.42% -
HSV(B) 301.26º 0.94% 0.79% -
XYZ 34.68 16.9 54.86 -
YUV 90.01 188.95 207.88 -
System Red Green Blue C M Y K H S L
Decimal 202 12 198 0 0.94 0.02 0.21 301.26 0.89 0.42
Hex CA C C6 0 5E 2 15 12D 59 2A
Octal 312 14 306 0 136 2 25 455 131 52
Binary 11001010 1100 11000110 0 1011110 10 10101 100101101 1011001 101010

Color Harmonies of #CA0CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CC6

Black with #CA0CC6

Text Example


Text Example

White with #CA0CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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