Html Css Color HEX #C91FCE Deep Magenta

📋 copy color: '#C91FCE'

red 201 ◦ green 31 ◦ blue 206

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

Shades of Deep Magenta #C91FCE

Tints of Deep Magenta #C91FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.08%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 45.89%
G = 7.08%
B = 47.03%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C91FCE (or 0xC91FCE) is known color: Deep Magenta. HEX triplet: C9, 1F and CE. RGB value is (201,31,206). Sum of RGB (Red+Green+Blue) = 201+31+206=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #C91FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91FCE is #36E031. Grayscale: #656565. Windows color (decimal): -3596338 or 13508553. OLE color: 13508553.

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

Color convert

RGB 201 31 206 -
CMYK 0.02 0.85 0 0.19
HSL 298.29º 0.74% 0.46% -
HSV(B) 298.29º 0.85% 0.81% -
XYZ 35.72 17.85 59.96 -
YUV 101.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 201 31 206 0.02 0.85 0 0.19 298.29 0.74 0.46
Hex C9 1F CE 2 55 0 13 12A 4A 2E
Octal 311 37 316 2 125 0 23 452 112 56
Binary 11001001 11111 11001110 10 1010101 0 10011 100101010 1001010 101110

Color Harmonies of #C91FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FCE

Black with #C91FCE

Text Example


Text Example

White with #C91FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FCE; }

 p { color: rgb(201,31,206); }

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

background-color css

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

 a { background-color: rgb(201,31,206); }

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

border-color css

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

 span { border-color: rgb(201,31,206); }

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