Html Css Color HEX #CA19CE Deep Magenta

📋 copy color: '#CA19CE'

red 202 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #CA19CE

Tints of Deep Magenta #CA19CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 46.65%
G = 5.77%
B = 47.58%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA19CE (or 0xCA19CE) is known color: Deep Magenta. HEX triplet: CA, 19 and CE. RGB value is (202,25,206). Sum of RGB (Red+Green+Blue) = 202+25+206=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19CE is #35E631. Grayscale: #626262. Windows color (decimal): -3532338 or 13507018. OLE color: 13507018.

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

Color convert

RGB 202 25 206 -
CMYK 0.02 0.88 0 0.19
HSL 298.67º 0.78% 0.45% -
HSV(B) 298.67º 0.88% 0.81% -
XYZ 35.85 17.71 59.92 -
YUV 98.56 188.64 201.78 -
System Red Green Blue C M Y K H S L
Decimal 202 25 206 0.02 0.88 0 0.19 298.67 0.78 0.45
Hex CA 19 CE 2 58 0 13 12B 4E 2D
Octal 312 31 316 2 130 0 23 453 116 55
Binary 11001010 11001 11001110 10 1011000 0 10011 100101011 1001110 101101

Color Harmonies of #CA19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19CE

Black with #CA19CE

Text Example


Text Example

White with #CA19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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