Html Css Color HEX #CA19BA Deep Magenta

📋 copy color: '#CA19BA'

red 202 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #CA19BA

Tints of Deep Magenta #CA19BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 48.91%
G = 6.05%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA19BA (or 0xCA19BA) is known color: Deep Magenta. HEX triplet: CA, 19 and BA. RGB value is (202,25,186). Sum of RGB (Red+Green+Blue) = 202+25+186=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19BA is #35E645. Grayscale: #5F5F5F. Windows color (decimal): -3532358 or 12196298. OLE color: 12196298.

HSL color Cylindrical-coordinate representation of color #CA19BA: hue angle of 305.42º 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 #CA19BA is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 186 -
CMYK 0 0.88 0.08 0.21
HSL 305.42º 0.78% 0.45% -
HSV(B) 305.42º 0.88% 0.79% -
XYZ 33.57 16.8 47.93 -
YUV 96.28 178.64 203.41 -
System Red Green Blue C M Y K H S L
Decimal 202 25 186 0 0.88 0.08 0.21 305.42 0.78 0.45
Hex CA 19 BA 0 58 8 15 131 4E 2D
Octal 312 31 272 0 130 10 25 461 116 55
Binary 11001010 11001 10111010 0 1011000 1000 10101 100110001 1001110 101101

Color Harmonies of #CA19BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19BA

Black with #CA19BA

Text Example


Text Example

White with #CA19BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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