Html Css Color HEX #C221CC Deep Magenta

📋 copy color: '#C221CC'

red 194 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #C221CC

Tints of Deep Magenta #C221CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 45.01%
G = 7.66%
B = 47.33%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C221CC (or 0xC221CC) is known color: Deep Magenta. HEX triplet: C2, 21 and CC. RGB value is (194,33,204). Sum of RGB (Red+Green+Blue) = 194+33+204=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #C221CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221CC is #3DDE33. Grayscale: #646464. Windows color (decimal): -4054580 or 13377986. OLE color: 13377986.

HSL color Cylindrical-coordinate representation of color #C221CC: hue angle of 296.49º degrees, saturation: 0.72, 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 #C221CC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 33 204 -
CMYK 0.05 0.84 0 0.2
HSL 296.49º 0.72% 0.46% -
HSV(B) 296.49º 0.84% 0.8% -
XYZ 33.69 16.92 58.62 -
YUV 100.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 194 33 204 0.05 0.84 0 0.2 296.49 0.72 0.46
Hex C2 21 CC 5 54 0 14 128 48 2E
Octal 302 41 314 5 124 0 24 450 110 56
Binary 11000010 100001 11001100 101 1010100 0 10100 100101000 1001000 101110

Color Harmonies of #C221CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221CC

Black with #C221CC

Text Example


Text Example

White with #C221CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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