Html Css Color HEX #CA19AF Deep Magenta

📋 copy color: '#CA19AF'

red 202 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #CA19AF

Tints of Deep Magenta #CA19AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

 BLUE value IS 175 (68.75% from 255) = 43.53%

R = 50.25%
G = 6.22%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA19AF (or 0xCA19AF) is known color: Deep Magenta. HEX triplet: CA, 19 and AF. RGB value is (202,25,175). Sum of RGB (Red+Green+Blue) = 202+25+175=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA19AF is #35E650. Grayscale: #5E5E5E. Windows color (decimal): -3532369 or 11475402. OLE color: 11475402.

HSL color Cylindrical-coordinate representation of color #CA19AF: hue angle of 309.15º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19AF is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 175 -
CMYK 0 0.88 0.13 0.21
HSL 309.15º 0.78% 0.45% -
HSV(B) 309.15º 0.88% 0.79% -
XYZ 32.44 16.35 42 -
YUV 95.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 202 25 175 0 0.88 0.13 0.21 309.15 0.78 0.45
Hex CA 19 AF 0 58 D 15 135 4E 2D
Octal 312 31 257 0 130 15 25 465 116 55
Binary 11001010 11001 10101111 0 1011000 1101 10101 100110101 1001110 101101

Color Harmonies of #CA19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19AF

Black with #CA19AF

Text Example


Text Example

White with #CA19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19AF; }

 p { color: rgb(202,25,175); }

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

background-color css

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

 a { background-color: rgb(202,25,175); }

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

border-color css

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

 span { border-color: rgb(202,25,175); }

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