Html Css Color HEX #C91CD3 Deep Magenta

📋 copy color: '#C91CD3'

red 201 ◦ green 28 ◦ blue 211

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

Shades of Deep Magenta #C91CD3

Tints of Deep Magenta #C91CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.95%

R = 45.68%
G = 6.36%
B = 47.95%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C91CD3 (or 0xC91CD3) is known color: Deep Magenta. HEX triplet: C9, 1C and D3. RGB value is (201,28,211). Sum of RGB (Red+Green+Blue) = 201+28+211=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #C91CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CD3 is #36E32C. Grayscale: #646464. Windows color (decimal): -3597101 or 13835465. OLE color: 13835465.

HSL color Cylindrical-coordinate representation of color #C91CD3: hue angle of 296.72º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91CD3 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 28 211 -
CMYK 0.05 0.87 0 0.17
HSL 296.72º 0.77% 0.47% -
HSV(B) 296.72º 0.87% 0.83% -
XYZ 36.26 17.95 63.18 -
YUV 100.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 201 28 211 0.05 0.87 0 0.17 296.72 0.77 0.47
Hex C9 1C D3 5 57 0 11 129 4D 2F
Octal 311 34 323 5 127 0 21 451 115 57
Binary 11001001 11100 11010011 101 1010111 0 10001 100101001 1001101 101111

Color Harmonies of #C91CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CD3

Black with #C91CD3

Text Example


Text Example

White with #C91CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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