Html Css Color HEX #CA19DA Deep Magenta

📋 copy color: '#CA19DA'

red 202 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #CA19DA

Tints of Deep Magenta #CA19DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 45.39%
G = 5.62%
B = 48.99%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA19DA (or 0xCA19DA) is known color: Deep Magenta. HEX triplet: CA, 19 and DA. RGB value is (202,25,218). Sum of RGB (Red+Green+Blue) = 202+25+218=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19DA is #35E625. Grayscale: #636363. Windows color (decimal): -3532326 or 14293450. OLE color: 14293450.

HSL color Cylindrical-coordinate representation of color #CA19DA: hue angle of 295.03º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19DA is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 25 218 -
CMYK 0.07 0.89 0 0.15
HSL 295.03º 0.79% 0.48% -
HSV(B) 295.03º 0.89% 0.85% -
XYZ 37.36 18.31 67.9 -
YUV 99.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 202 25 218 0.07 0.89 0 0.15 295.03 0.79 0.48
Hex CA 19 DA 7 59 0 F 127 4F 30
Octal 312 31 332 7 131 0 17 447 117 60
Binary 11001010 11001 11011010 111 1011001 0 1111 100100111 1001111 110000

Color Harmonies of #CA19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19DA

Black with #CA19DA

Text Example


Text Example

White with #CA19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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