Html Css Color HEX #C911CF Deep Magenta

📋 copy color: '#C911CF'

red 201 ◦ green 17 ◦ blue 207

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

Shades of Deep Magenta #C911CF

Tints of Deep Magenta #C911CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 47.29%
G = 4%
B = 48.71%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C911CF (or 0xC911CF) is known color: Deep Magenta. HEX triplet: C9, 11 and CF. RGB value is (201,17,207). Sum of RGB (Red+Green+Blue) = 201+17+207=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #C911CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911CF is #36EE30. Grayscale: #5D5D5D. Windows color (decimal): -3599921 or 13570505. OLE color: 13570505.

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

Color convert

RGB 201 17 207 -
CMYK 0.03 0.92 0 0.19
HSL 298.11º 0.85% 0.44% -
HSV(B) 298.11º 0.92% 0.81% -
XYZ 35.55 17.32 60.5 -
YUV 93.68 191.96 204.55 -
System Red Green Blue C M Y K H S L
Decimal 201 17 207 0.03 0.92 0 0.19 298.11 0.85 0.44
Hex C9 11 CF 3 5C 0 13 12A 55 2C
Octal 311 21 317 3 134 0 23 452 125 54
Binary 11001001 10001 11001111 11 1011100 0 10011 100101010 1010101 101100

Color Harmonies of #C911CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911CF

Black with #C911CF

Text Example


Text Example

White with #C911CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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