Html Css Color HEX #C219CA Deep Magenta

📋 copy color: '#C219CA'

red 194 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #C219CA

Tints of Deep Magenta #C219CA

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C219CA (or 0xC219CA) is known color: Deep Magenta. HEX triplet: C2, 19 and CA. RGB value is (194,25,202). Sum of RGB (Red+Green+Blue) = 194+25+202=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C219CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219CA is #3DE635. Grayscale: #5F5F5F. Windows color (decimal): -4056630 or 13244866. OLE color: 13244866.

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

Color convert

RGB 194 25 202 -
CMYK 0.04 0.88 0 0.21
HSL 297.29º 0.78% 0.45% -
HSV(B) 297.29º 0.88% 0.79% -
XYZ 33.26 16.43 57.3 -
YUV 95.71 187.99 198.11 -
System Red Green Blue C M Y K H S L
Decimal 194 25 202 0.04 0.88 0 0.21 297.29 0.78 0.45
Hex C2 19 CA 4 58 0 15 129 4E 2D
Octal 302 31 312 4 130 0 25 451 116 55
Binary 11000010 11001 11001010 100 1011000 0 10101 100101001 1001110 101101

Color Harmonies of #C219CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219CA

Black with #C219CA

Text Example


Text Example

White with #C219CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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