Html Css Color HEX #C211CD Deep Magenta

📋 copy color: '#C211CD'

red 194 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #C211CD

Tints of Deep Magenta #C211CD

RGB

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

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

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

R = 46.63%
G = 4.09%
B = 49.28%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C211CD (or 0xC211CD) is known color: Deep Magenta. HEX triplet: C2, 11 and CD. RGB value is (194,17,205). Sum of RGB (Red+Green+Blue) = 194+17+205=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #C211CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C211CD is #3DEE32. Grayscale: #5A5A5A. Windows color (decimal): -4058675 or 13439426. OLE color: 13439426.

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

Color convert

RGB 194 17 205 -
CMYK 0.05 0.92 0 0.20
HSL 296.49º 0.85% 0.44% -
HSV(B) 296.49º 0.92% 0.8% -
XYZ 33.47 16.28 59.14 -
YUV 91.36 192.14 201.21 -
System Red Green Blue C M Y K H S L
Decimal 194 17 205 0.05 0.92 0 0.20 296.49 0.85 0.44
Hex C2 11 CD 5 5C 0 14 128 55 2C
Octal 302 21 315 5 134 0 24 450 125 54
Binary 11000010 10001 11001101 101 1011100 0 10100 100101000 1010101 101100

Color Harmonies of #C211CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C211CD

Black with #C211CD

Text Example


Text Example

White with #C211CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C211CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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