Html Css Color HEX #C91AD2 Deep Magenta

📋 copy color: '#C91AD2'

red 201 ◦ green 26 ◦ blue 210

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

Shades of Deep Magenta #C91AD2

Tints of Deep Magenta #C91AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.05%

R = 46%
G = 5.95%
B = 48.05%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C91AD2 (or 0xC91AD2) is known color: Deep Magenta. HEX triplet: C9, 1A and D2. RGB value is (201,26,210). Sum of RGB (Red+Green+Blue) = 201+26+210=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 210 (82.42% from 255 or 48.05% from 437); Max value from RGB is 210 - color contains mainly: blue. Hex color #C91AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91AD2 is #36E52D. Grayscale: #626262. Windows color (decimal): -3597614 or 13769417. OLE color: 13769417.

HSL color Cylindrical-coordinate representation of color #C91AD2: hue angle of 297.07º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91AD2 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 26 210 -
CMYK 0.04 0.88 0 0.18
HSL 297.07º 0.78% 0.46% -
HSV(B) 297.07º 0.88% 0.82% -
XYZ 36.09 17.81 62.51 -
YUV 99.3 190.48 200.54 -
System Red Green Blue C M Y K H S L
Decimal 201 26 210 0.04 0.88 0 0.18 297.07 0.78 0.46
Hex C9 1A D2 4 58 0 12 129 4E 2E
Octal 311 32 322 4 130 0 22 451 116 56
Binary 11001001 11010 11010010 100 1011000 0 10010 100101001 1001110 101110

Color Harmonies of #C91AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AD2

Black with #C91AD2

Text Example


Text Example

White with #C91AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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