Html Css Color HEX #C220CB Deep Magenta

📋 copy color: '#C220CB'

red 194 ◦ green 32 ◦ blue 203

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

Shades of Deep Magenta #C220CB

Tints of Deep Magenta #C220CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 45.22%
G = 7.46%
B = 47.32%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C220CB (or 0xC220CB) is known color: Deep Magenta. HEX triplet: C2, 20 and CB. RGB value is (194,32,203). Sum of RGB (Red+Green+Blue) = 194+32+203=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C220CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C220CB is #3DDF34. Grayscale: #636363. Windows color (decimal): -4054837 or 13312194. OLE color: 13312194.

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

Color convert

RGB 194 32 203 -
CMYK 0.04 0.84 0 0.20
HSL 296.84º 0.73% 0.46% -
HSV(B) 296.84º 0.84% 0.8% -
XYZ 33.54 16.81 57.98 -
YUV 99.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 194 32 203 0.04 0.84 0 0.20 296.84 0.73 0.46
Hex C2 20 CB 4 54 0 14 129 49 2E
Octal 302 40 313 4 124 0 24 451 111 56
Binary 11000010 100000 11001011 100 1010100 0 10100 100101001 1001001 101110

Color Harmonies of #C220CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C220CB

Black with #C220CB

Text Example


Text Example

White with #C220CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C220CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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