Html Css Color HEX #CA2AC5 Deep Magenta

📋 copy color: '#CA2AC5'

red 202 ◦ green 42 ◦ blue 197

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

Shades of Deep Magenta #CA2AC5

Tints of Deep Magenta #CA2AC5

RGB

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

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

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

R = 45.8%
G = 9.52%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA2AC5 (or 0xCA2AC5) is known color: Deep Magenta. HEX triplet: CA, 2A and C5. RGB value is (202,42,197). Sum of RGB (Red+Green+Blue) = 202+42+197=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2AC5 is #35D53A. Grayscale: #6B6B6B. Windows color (decimal): -3527995 or 12921546. OLE color: 12921546.

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

Color convert

RGB 202 42 197 -
CMYK 0 0.79 0.02 0.21
HSL 301.88º 0.66% 0.48% -
HSV(B) 301.88º 0.79% 0.79% -
XYZ 35.26 18.24 54.49 -
YUV 107.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 202 42 197 0 0.79 0.02 0.21 301.88 0.66 0.48
Hex CA 2A C5 0 4F 2 15 12E 42 30
Octal 312 52 305 0 117 2 25 456 102 60
Binary 11001010 101010 11000101 0 1001111 10 10101 100101110 1000010 110000

Color Harmonies of #CA2AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2AC5

Black with #CA2AC5

Text Example


Text Example

White with #CA2AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2AC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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