Html Css Color HEX #C91ED5 Deep Magenta

📋 copy color: '#C91ED5'

red 201 ◦ green 30 ◦ blue 213

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

Shades of Deep Magenta #C91ED5

Tints of Deep Magenta #C91ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.97%

R = 45.27%
G = 6.76%
B = 47.97%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C91ED5 (or 0xC91ED5) is known color: Deep Magenta. HEX triplet: C9, 1E and D5. RGB value is (201,30,213). Sum of RGB (Red+Green+Blue) = 201+30+213=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #C91ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ED5 is #36E12A. Grayscale: #656565. Windows color (decimal): -3596587 or 13967049. OLE color: 13967049.

HSL color Cylindrical-coordinate representation of color #C91ED5: hue angle of 296.07º degrees, saturation: 0.75, 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 #C91ED5 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 30 213 -
CMYK 0.06 0.86 0 0.16
HSL 296.07º 0.75% 0.48% -
HSV(B) 296.07º 0.86% 0.84% -
XYZ 36.56 18.15 64.53 -
YUV 101.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 201 30 213 0.06 0.86 0 0.16 296.07 0.75 0.48
Hex C9 1E D5 6 56 0 10 128 4B 30
Octal 311 36 325 6 126 0 20 450 113 60
Binary 11001001 11110 11010101 110 1010110 0 10000 100101000 1001011 110000

Color Harmonies of #C91ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ED5

Black with #C91ED5

Text Example


Text Example

White with #C91ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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