Html Css Color HEX #C219CC Deep Magenta

📋 copy color: '#C219CC'

red 194 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #C219CC

Tints of Deep Magenta #C219CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 45.86%
G = 5.91%
B = 48.23%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C219CC (or 0xC219CC) is known color: Deep Magenta. HEX triplet: C2, 19 and CC. RGB value is (194,25,204). Sum of RGB (Red+Green+Blue) = 194+25+204=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C219CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219CC is #3DE633. Grayscale: #5F5F5F. Windows color (decimal): -4056628 or 13375938. OLE color: 13375938.

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

Color convert

RGB 194 25 204 -
CMYK 0.05 0.88 0 0.2
HSL 296.65º 0.78% 0.45% -
HSV(B) 296.65º 0.88% 0.8% -
XYZ 33.49 16.52 58.55 -
YUV 95.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 194 25 204 0.05 0.88 0 0.2 296.65 0.78 0.45
Hex C2 19 CC 5 58 0 14 129 4E 2D
Octal 302 31 314 5 130 0 24 451 116 55
Binary 11000010 11001 11001100 101 1011000 0 10100 100101001 1001110 101101

Color Harmonies of #C219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219CC

Black with #C219CC

Text Example


Text Example

White with #C219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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