Html Css Color HEX #C91ED7 Deep Magenta

📋 copy color: '#C91ED7'

red 201 ◦ green 30 ◦ blue 215

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

Shades of Deep Magenta #C91ED7

Tints of Deep Magenta #C91ED7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.73%

 BLUE value IS 215 (84.38% from 255) = 48.21%

R = 45.07%
G = 6.73%
B = 48.21%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C91ED7 (or 0xC91ED7) is known color: Deep Magenta. HEX triplet: C9, 1E and D7. RGB value is (201,30,215). Sum of RGB (Red+Green+Blue) = 201+30+215=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #C91ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ED7 is #36E128. Grayscale: #656565. Windows color (decimal): -3596585 or 14098121. OLE color: 14098121.

HSL color Cylindrical-coordinate representation of color #C91ED7: hue angle of 295.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91ED7 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 30 215 -
CMYK 0.07 0.86 0 0.16
HSL 295.46º 0.76% 0.48% -
HSV(B) 295.46º 0.86% 0.84% -
XYZ 36.82 18.25 65.87 -
YUV 102.22 191.65 198.46 -
System Red Green Blue C M Y K H S L
Decimal 201 30 215 0.07 0.86 0 0.16 295.46 0.76 0.48
Hex C9 1E D7 7 56 0 10 127 4C 30
Octal 311 36 327 7 126 0 20 447 114 60
Binary 11001001 11110 11010111 111 1010110 0 10000 100100111 1001100 110000

Color Harmonies of #C91ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ED7

Black with #C91ED7

Text Example


Text Example

White with #C91ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ED7; }

 p { color: rgb(201,30,215); }

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

background-color css

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

 a { background-color: rgb(201,30,215); }

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

border-color css

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

 span { border-color: rgb(201,30,215); }

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