Html Css Color HEX #CA04AD Deep Magenta

📋 copy color: '#CA04AD'

red 202 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #CA04AD

Tints of Deep Magenta #CA04AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 173 (67.97% from 255) = 45.65%

R = 53.3%
G = 1.06%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA04AD (or 0xCA04AD) is known color: Deep Magenta. HEX triplet: CA, 04 and AD. RGB value is (202,4,173). Sum of RGB (Red+Green+Blue) = 202+4+173=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA04AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA04AD is #35FB52. Grayscale: #515151. Windows color (decimal): -3537747 or 11338954. OLE color: 11338954.

HSL color Cylindrical-coordinate representation of color #CA04AD: hue angle of 308.79º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04AD is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 4 173 -
CMYK 0 0.98 0.14 0.21
HSL 308.79º 0.96% 0.4% -
HSV(B) 308.79º 0.98% 0.79% -
XYZ 31.94 15.66 40.87 -
YUV 82.47 179.1 213.26 -
System Red Green Blue C M Y K H S L
Decimal 202 4 173 0 0.98 0.14 0.21 308.79 0.96 0.4
Hex CA 4 AD 0 62 E 15 135 60 28
Octal 312 4 255 0 142 16 25 465 140 50
Binary 11001010 100 10101101 0 1100010 1110 10101 100110101 1100000 101000

Color Harmonies of #CA04AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04AD

Black with #CA04AD

Text Example


Text Example

White with #CA04AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04AD; }

 p { color: rgb(202,4,173); }

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

background-color css

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

 a { background-color: rgb(202,4,173); }

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

border-color css

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

 span { border-color: rgb(202,4,173); }

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