Html Css Color HEX #C91AD7 Deep Magenta

📋 copy color: '#C91AD7'

red 201 ◦ green 26 ◦ blue 215

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

Shades of Deep Magenta #C91AD7

Tints of Deep Magenta #C91AD7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.88%

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

R = 45.48%
G = 5.88%
B = 48.64%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C91AD7 (or 0xC91AD7) is known color: Deep Magenta. HEX triplet: C9, 1A and D7. RGB value is (201,26,215). Sum of RGB (Red+Green+Blue) = 201+26+215=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #C91AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91AD7 is #36E528. Grayscale: #636363. Windows color (decimal): -3597609 or 14097097. OLE color: 14097097.

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

Color convert

RGB 201 26 215 -
CMYK 0.07 0.88 0 0.16
HSL 295.56º 0.78% 0.47% -
HSV(B) 295.56º 0.88% 0.84% -
XYZ 36.72 18.06 65.84 -
YUV 99.87 192.98 200.13 -
System Red Green Blue C M Y K H S L
Decimal 201 26 215 0.07 0.88 0 0.16 295.56 0.78 0.47
Hex C9 1A D7 7 58 0 10 128 4E 2F
Octal 311 32 327 7 130 0 20 450 116 57
Binary 11001001 11010 11010111 111 1011000 0 10000 100101000 1001110 101111

Color Harmonies of #C91AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AD7

Black with #C91AD7

Text Example


Text Example

White with #C91AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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