Html Css Color HEX #C221CD Deep Magenta

📋 copy color: '#C221CD'

red 194 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #C221CD

Tints of Deep Magenta #C221CD

RGB

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

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

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

R = 44.91%
G = 7.64%
B = 47.45%

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

#C221CD (or 0xC221CD) is known color: Deep Magenta. HEX triplet: C2, 21 and CD. RGB value is (194,33,205). Sum of RGB (Red+Green+Blue) = 194+33+205=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C221CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C221CD is #3DDE32. Grayscale: #646464. Windows color (decimal): -4054579 or 13443522. OLE color: 13443522.

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

Color convert

RGB 194 33 205 -
CMYK 0.05 0.84 0 0.20
HSL 296.16º 0.72% 0.47% -
HSV(B) 296.16º 0.84% 0.8% -
XYZ 33.81 16.96 59.25 -
YUV 100.75 186.84 194.51 -
System Red Green Blue C M Y K H S L
Decimal 194 33 205 0.05 0.84 0 0.20 296.16 0.72 0.47
Hex C2 21 CD 5 54 0 14 128 48 2F
Octal 302 41 315 5 124 0 24 450 110 57
Binary 11000010 100001 11001101 101 1010100 0 10100 100101000 1001000 101111

Color Harmonies of #C221CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C221CD

Black with #C221CD

Text Example


Text Example

White with #C221CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C221CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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