Html Css Color HEX #C91DCE Deep Magenta

📋 copy color: '#C91DCE'

red 201 ◦ green 29 ◦ blue 206

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

Shades of Deep Magenta #C91DCE

Tints of Deep Magenta #C91DCE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.65%

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

R = 46.1%
G = 6.65%
B = 47.25%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C91DCE (or 0xC91DCE) is known color: Deep Magenta. HEX triplet: C9, 1D and CE. RGB value is (201,29,206). Sum of RGB (Red+Green+Blue) = 201+29+206=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #C91DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DCE is #36E231. Grayscale: #646464. Windows color (decimal): -3596850 or 13508041. OLE color: 13508041.

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

Color convert

RGB 201 29 206 -
CMYK 0.02 0.86 0 0.19
HSL 298.31º 0.75% 0.46% -
HSV(B) 298.31º 0.86% 0.81% -
XYZ 35.67 17.75 59.94 -
YUV 100.61 187.48 199.61 -
System Red Green Blue C M Y K H S L
Decimal 201 29 206 0.02 0.86 0 0.19 298.31 0.75 0.46
Hex C9 1D CE 2 56 0 13 12A 4B 2E
Octal 311 35 316 2 126 0 23 452 113 56
Binary 11001001 11101 11001110 10 1010110 0 10011 100101010 1001011 101110

Color Harmonies of #C91DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DCE

Black with #C91DCE

Text Example


Text Example

White with #C91DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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