Html Css Color HEX #C221CE Deep Magenta

📋 copy color: '#C221CE'

red 194 ◦ green 33 ◦ blue 206

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

Shades of Deep Magenta #C221CE

Tints of Deep Magenta #C221CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.62%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 44.8%
G = 7.62%
B = 47.58%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C221CE (or 0xC221CE) is known color: Deep Magenta. HEX triplet: C2, 21 and CE. RGB value is (194,33,206). Sum of RGB (Red+Green+Blue) = 194+33+206=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C221CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221CE is #3DDE31. Grayscale: #646464. Windows color (decimal): -4054578 or 13509058. OLE color: 13509058.

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

Color convert

RGB 194 33 206 -
CMYK 0.06 0.84 0 0.19
HSL 295.84º 0.72% 0.47% -
HSV(B) 295.84º 0.84% 0.81% -
XYZ 33.93 17.01 59.89 -
YUV 100.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 194 33 206 0.06 0.84 0 0.19 295.84 0.72 0.47
Hex C2 21 CE 6 54 0 13 128 48 2F
Octal 302 41 316 6 124 0 23 450 110 57
Binary 11000010 100001 11001110 110 1010100 0 10011 100101000 1001000 101111

Color Harmonies of #C221CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221CE

Black with #C221CE

Text Example


Text Example

White with #C221CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221CE; }

 p { color: rgb(194,33,206); }

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

background-color css

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

 a { background-color: rgb(194,33,206); }

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

border-color css

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

 span { border-color: rgb(194,33,206); }

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