Html Css Color HEX #CA2ACC Deep Magenta

📋 copy color: '#CA2ACC'

red 202 ◦ green 42 ◦ blue 204

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

Shades of Deep Magenta #CA2ACC

Tints of Deep Magenta #CA2ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.38%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 45.09%
G = 9.38%
B = 45.54%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA2ACC (or 0xCA2ACC) is known color: Deep Magenta. HEX triplet: CA, 2A and CC. RGB value is (202,42,204). Sum of RGB (Red+Green+Blue) = 202+42+204=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA2ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ACC is #35D533. Grayscale: #6B6B6B. Windows color (decimal): -3527988 or 13380298. OLE color: 13380298.

HSL color Cylindrical-coordinate representation of color #CA2ACC: hue angle of 299.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2ACC is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 42 204 -
CMYK 0.01 0.79 0 0.2
HSL 299.26º 0.66% 0.48% -
HSV(B) 299.26º 0.79% 0.8% -
XYZ 36.08 18.57 58.81 -
YUV 108.31 182.01 194.83 -
System Red Green Blue C M Y K H S L
Decimal 202 42 204 0.01 0.79 0 0.2 299.26 0.66 0.48
Hex CA 2A CC 1 4F 0 14 12B 42 30
Octal 312 52 314 1 117 0 24 453 102 60
Binary 11001010 101010 11001100 1 1001111 0 10100 100101011 1000010 110000

Color Harmonies of #CA2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2ACC

Black with #CA2ACC

Text Example


Text Example

White with #CA2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2ACC; }

 p { color: rgb(202,42,204); }

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

background-color css

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

 a { background-color: rgb(202,42,204); }

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

border-color css

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

 span { border-color: rgb(202,42,204); }

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