Html Css Color HEX #C220CD Deep Magenta

📋 copy color: '#C220CD'

red 194 ◦ green 32 ◦ blue 205

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

Shades of Deep Magenta #C220CD

Tints of Deep Magenta #C220CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.42%

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

R = 45.01%
G = 7.42%
B = 47.56%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C220CD (or 0xC220CD) is known color: Deep Magenta. HEX triplet: C2, 20 and CD. RGB value is (194,32,205). Sum of RGB (Red+Green+Blue) = 194+32+205=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #C220CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220CD is #3DDF32. Grayscale: #636363. Windows color (decimal): -4054835 or 13443266. OLE color: 13443266.

HSL color Cylindrical-coordinate representation of color #C220CD: hue angle of 296.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C220CD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 32 205 -
CMYK 0.05 0.84 0 0.20
HSL 296.19º 0.73% 0.46% -
HSV(B) 296.19º 0.84% 0.8% -
XYZ 33.78 16.91 59.24 -
YUV 100.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 194 32 205 0.05 0.84 0 0.20 296.19 0.73 0.46
Hex C2 20 CD 5 54 0 14 128 49 2E
Octal 302 40 315 5 124 0 24 450 111 56
Binary 11000010 100000 11001101 101 1010100 0 10100 100101000 1001001 101110

Color Harmonies of #C220CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220CD

Black with #C220CD

Text Example


Text Example

White with #C220CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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