Html Css Color HEX #C911CD Deep Magenta

📋 copy color: '#C911CD'

red 201 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #C911CD

Tints of Deep Magenta #C911CD

RGB

 RED value IS 201 (78.91% from 255) = 47.52%

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

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

R = 47.52%
G = 4.02%
B = 48.46%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C911CD (or 0xC911CD) is known color: Deep Magenta. HEX triplet: C9, 11 and CD. RGB value is (201,17,205). Sum of RGB (Red+Green+Blue) = 201+17+205=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #C911CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911CD is #36EE32. Grayscale: #5C5C5C. Windows color (decimal): -3599923 or 13439433. OLE color: 13439433.

HSL color Cylindrical-coordinate representation of color #C911CD: hue angle of 298.72º 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 #C911CD is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 17 205 -
CMYK 0.02 0.92 0 0.20
HSL 298.72º 0.85% 0.44% -
HSV(B) 298.72º 0.92% 0.8% -
XYZ 35.31 17.23 59.22 -
YUV 93.45 190.96 204.71 -
System Red Green Blue C M Y K H S L
Decimal 201 17 205 0.02 0.92 0 0.20 298.72 0.85 0.44
Hex C9 11 CD 2 5C 0 14 12B 55 2C
Octal 311 21 315 2 134 0 24 453 125 54
Binary 11001001 10001 11001101 10 1011100 0 10100 100101011 1010101 101100

Color Harmonies of #C911CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911CD

Black with #C911CD

Text Example


Text Example

White with #C911CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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