Html Css Color HEX #C220CF Deep Magenta

📋 copy color: '#C220CF'

red 194 ◦ green 32 ◦ blue 207

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

Shades of Deep Magenta #C220CF

Tints of Deep Magenta #C220CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 44.8%
G = 7.39%
B = 47.81%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C220CF (or 0xC220CF) is known color: Deep Magenta. HEX triplet: C2, 20 and CF. RGB value is (194,32,207). Sum of RGB (Red+Green+Blue) = 194+32+207=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C220CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220CF is #3DDF30. Grayscale: #636363. Windows color (decimal): -4054833 or 13574338. OLE color: 13574338.

HSL color Cylindrical-coordinate representation of color #C220CF: hue angle of 295.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C220CF is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 32 207 -
CMYK 0.06 0.85 0 0.19
HSL 295.54º 0.73% 0.47% -
HSV(B) 295.54º 0.85% 0.81% -
XYZ 34.03 17.01 60.52 -
YUV 100.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 194 32 207 0.06 0.85 0 0.19 295.54 0.73 0.47
Hex C2 20 CF 6 55 0 13 128 49 2F
Octal 302 40 317 6 125 0 23 450 111 57
Binary 11000010 100000 11001111 110 1010101 0 10011 100101000 1001001 101111

Color Harmonies of #C220CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220CF

Black with #C220CF

Text Example


Text Example

White with #C220CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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