Html Css Color HEX #C219CD Deep Magenta

📋 copy color: '#C219CD'

red 194 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #C219CD

Tints of Deep Magenta #C219CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 45.75%
G = 5.9%
B = 48.35%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C219CD (or 0xC219CD) is known color: Deep Magenta. HEX triplet: C2, 19 and CD. RGB value is (194,25,205). Sum of RGB (Red+Green+Blue) = 194+25+205=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #C219CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C219CD is #3DE632. Grayscale: #5F5F5F. Windows color (decimal): -4056627 or 13441474. OLE color: 13441474.

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

Color convert

RGB 194 25 205 -
CMYK 0.05 0.88 0 0.20
HSL 296.33º 0.78% 0.45% -
HSV(B) 296.33º 0.88% 0.8% -
XYZ 33.62 16.57 59.18 -
YUV 96.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 194 25 205 0.05 0.88 0 0.20 296.33 0.78 0.45
Hex C2 19 CD 5 58 0 14 128 4E 2D
Octal 302 31 315 5 130 0 24 450 116 55
Binary 11000010 11001 11001101 101 1011000 0 10100 100101000 1001110 101101

Color Harmonies of #C219CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C219CD

Black with #C219CD

Text Example


Text Example

White with #C219CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C219CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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