Html Css Color HEX #CA0ACE Deep Magenta

📋 copy color: '#CA0ACE'

red 202 ◦ green 10 ◦ blue 206

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

Shades of Deep Magenta #CA0ACE

Tints of Deep Magenta #CA0ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.39%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 48.33%
G = 2.39%
B = 49.28%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA0ACE (or 0xCA0ACE) is known color: Deep Magenta. HEX triplet: CA, 0A and CE. RGB value is (202,10,206). Sum of RGB (Red+Green+Blue) = 202+10+206=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 10 (4.30% from 255 or 2.39% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA0ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ACE is #35F531. Grayscale: #595959. Windows color (decimal): -3536178 or 13503178. OLE color: 13503178.

HSL color Cylindrical-coordinate representation of color #CA0ACE: hue angle of 298.78º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0ACE is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 10 206 -
CMYK 0.02 0.95 0 0.19
HSL 298.78º 0.91% 0.42% -
HSV(B) 298.78º 0.95% 0.81% -
XYZ 35.61 17.23 59.84 -
YUV 89.75 193.61 208.06 -
System Red Green Blue C M Y K H S L
Decimal 202 10 206 0.02 0.95 0 0.19 298.78 0.91 0.42
Hex CA A CE 2 5F 0 13 12B 5B 2A
Octal 312 12 316 2 137 0 23 453 133 52
Binary 11001010 1010 11001110 10 1011111 0 10011 100101011 1011011 101010

Color Harmonies of #CA0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0ACE

Black with #CA0ACE

Text Example


Text Example

White with #CA0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0ACE; }

 p { color: rgb(202,10,206); }

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

background-color css

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

 a { background-color: rgb(202,10,206); }

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

border-color css

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

 span { border-color: rgb(202,10,206); }

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