Html Css Color HEX #CA19C2 Deep Magenta

📋 copy color: '#CA19C2'

red 202 ◦ green 25 ◦ blue 194

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

Shades of Deep Magenta #CA19C2

Tints of Deep Magenta #CA19C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.08%

R = 47.98%
G = 5.94%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA19C2 (or 0xCA19C2) is known color: Deep Magenta. HEX triplet: CA, 19 and C2. RGB value is (202,25,194). Sum of RGB (Red+Green+Blue) = 202+25+194=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19C2 is #35E63D. Grayscale: #606060. Windows color (decimal): -3532350 or 12720586. OLE color: 12720586.

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

Color convert

RGB 202 25 194 -
CMYK 0 0.88 0.04 0.21
HSL 302.71º 0.78% 0.45% -
HSV(B) 302.71º 0.88% 0.79% -
XYZ 34.44 17.15 52.53 -
YUV 97.19 182.64 202.76 -
System Red Green Blue C M Y K H S L
Decimal 202 25 194 0 0.88 0.04 0.21 302.71 0.78 0.45
Hex CA 19 C2 0 58 4 15 12F 4E 2D
Octal 312 31 302 0 130 4 25 457 116 55
Binary 11001010 11001 11000010 0 1011000 100 10101 100101111 1001110 101101

Color Harmonies of #CA19C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA19C2

Black with #CA19C2

Text Example


Text Example

White with #CA19C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA19C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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