Html Css Color HEX #C211CC Deep Magenta

📋 copy color: '#C211CC'

red 194 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #C211CC

Tints of Deep Magenta #C211CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.1%

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

R = 46.75%
G = 4.1%
B = 49.16%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C211CC (or 0xC211CC) is known color: Deep Magenta. HEX triplet: C2, 11 and CC. RGB value is (194,17,204). Sum of RGB (Red+Green+Blue) = 194+17+204=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C211CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211CC is #3DEE33. Grayscale: #5A5A5A. Windows color (decimal): -4058676 or 13373890. OLE color: 13373890.

HSL color Cylindrical-coordinate representation of color #C211CC: hue angle of 296.79º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C211CC is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 17 204 -
CMYK 0.05 0.92 0 0.2
HSL 296.79º 0.85% 0.43% -
HSV(B) 296.79º 0.92% 0.8% -
XYZ 33.35 16.23 58.5 -
YUV 91.24 191.64 201.29 -
System Red Green Blue C M Y K H S L
Decimal 194 17 204 0.05 0.92 0 0.2 296.79 0.85 0.43
Hex C2 11 CC 5 5C 0 14 129 55 2B
Octal 302 21 314 5 134 0 24 451 125 53
Binary 11000010 10001 11001100 101 1011100 0 10100 100101001 1010101 101011

Color Harmonies of #C211CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211CC

Black with #C211CC

Text Example


Text Example

White with #C211CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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