Html Css Color HEX #C911CC Deep Magenta

📋 copy color: '#C911CC'

red 201 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #C911CC

Tints of Deep Magenta #C911CC

RGB

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

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

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

R = 47.63%
G = 4.03%
B = 48.34%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C911CC (or 0xC911CC) is known color: Deep Magenta. HEX triplet: C9, 11 and CC. RGB value is (201,17,204). Sum of RGB (Red+Green+Blue) = 201+17+204=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 17 (7.03% from 255 or 4.03% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #C911CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911CC is #36EE33. Grayscale: #5C5C5C. Windows color (decimal): -3599924 or 13373897. OLE color: 13373897.

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

Color convert

RGB 201 17 204 -
CMYK 0.01 0.92 0 0.2
HSL 299.04º 0.85% 0.43% -
HSV(B) 299.04º 0.92% 0.8% -
XYZ 35.19 17.18 58.59 -
YUV 93.33 190.46 204.79 -
System Red Green Blue C M Y K H S L
Decimal 201 17 204 0.01 0.92 0 0.2 299.04 0.85 0.43
Hex C9 11 CC 1 5C 0 14 12B 55 2B
Octal 311 21 314 1 134 0 24 453 125 53
Binary 11001001 10001 11001100 1 1011100 0 10100 100101011 1010101 101011

Color Harmonies of #C911CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911CC

Black with #C911CC

Text Example


Text Example

White with #C911CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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