Html Css Color HEX #C91CDA Deep Magenta

📋 copy color: '#C91CDA'

red 201 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #C91CDA

Tints of Deep Magenta #C91CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.26%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 44.97%
G = 6.26%
B = 48.77%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C91CDA (or 0xC91CDA) is known color: Deep Magenta. HEX triplet: C9, 1C and DA. RGB value is (201,28,218). Sum of RGB (Red+Green+Blue) = 201+28+218=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #C91CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CDA is #36E325. Grayscale: #646464. Windows color (decimal): -3597094 or 14294217. OLE color: 14294217.

HSL color Cylindrical-coordinate representation of color #C91CDA: hue angle of 294.63º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91CDA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 28 218 -
CMYK 0.08 0.87 0 0.15
HSL 294.63º 0.77% 0.48% -
HSV(B) 294.63º 0.87% 0.85% -
XYZ 37.16 18.31 67.91 -
YUV 101.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 201 28 218 0.08 0.87 0 0.15 294.63 0.77 0.48
Hex C9 1C DA 8 57 0 F 127 4D 30
Octal 311 34 332 10 127 0 17 447 115 60
Binary 11001001 11100 11011010 1000 1010111 0 1111 100100111 1001101 110000

Color Harmonies of #C91CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CDA

Black with #C91CDA

Text Example


Text Example

White with #C91CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CDA; }

 p { color: rgb(201,28,218); }

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

background-color css

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

 a { background-color: rgb(201,28,218); }

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

border-color css

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

 span { border-color: rgb(201,28,218); }

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