Html Css Color HEX #CA06C2 Deep Magenta

📋 copy color: '#CA06C2'

red 202 ◦ green 6 ◦ blue 194

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

Shades of Deep Magenta #CA06C2

Tints of Deep Magenta #CA06C2

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

 BLUE value IS 194 (76.17% from 255) = 48.26%

R = 50.25%
G = 1.49%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA06C2 (or 0xCA06C2) is known color: Deep Magenta. HEX triplet: CA, 06 and C2. RGB value is (202,6,194). Sum of RGB (Red+Green+Blue) = 202+6+194=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA06C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA06C2 is #35F93D. Grayscale: #555555. Windows color (decimal): -3537214 or 12715722. OLE color: 12715722.

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

Color convert

RGB 202 6 194 -
CMYK 0 0.97 0.04 0.21
HSL 302.45º 0.94% 0.41% -
HSV(B) 302.45º 0.97% 0.79% -
XYZ 34.16 16.58 52.44 -
YUV 86.04 188.93 210.71 -
System Red Green Blue C M Y K H S L
Decimal 202 6 194 0 0.97 0.04 0.21 302.45 0.94 0.41
Hex CA 6 C2 0 61 4 15 12E 5E 29
Octal 312 6 302 0 141 4 25 456 136 51
Binary 11001010 110 11000010 0 1100001 100 10101 100101110 1011110 101001

Color Harmonies of #CA06C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA06C2

Black with #CA06C2

Text Example


Text Example

White with #CA06C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA06C2; }

 p { color: rgb(202,6,194); }

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

background-color css

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

 a { background-color: rgb(202,6,194); }

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

border-color css

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

 span { border-color: rgb(202,6,194); }

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