Html Css Color HEX #C91ABA Deep Magenta

📋 copy color: '#C91ABA'

red 201 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #C91ABA

Tints of Deep Magenta #C91ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 48.67%
G = 6.3%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C91ABA (or 0xC91ABA) is known color: Deep Magenta. HEX triplet: C9, 1A and BA. RGB value is (201,26,186). Sum of RGB (Red+Green+Blue) = 201+26+186=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C91ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ABA is #36E545. Grayscale: #606060. Windows color (decimal): -3597638 or 12196553. OLE color: 12196553.

HSL color Cylindrical-coordinate representation of color #C91ABA: hue angle of 305.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91ABA is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 26 186 -
CMYK 0 0.87 0.07 0.21
HSL 305.14º 0.77% 0.45% -
HSV(B) 305.14º 0.87% 0.79% -
XYZ 33.32 16.7 47.92 -
YUV 96.57 178.48 202.49 -
System Red Green Blue C M Y K H S L
Decimal 201 26 186 0 0.87 0.07 0.21 305.14 0.77 0.45
Hex C9 1A BA 0 57 7 15 131 4D 2D
Octal 311 32 272 0 127 7 25 461 115 55
Binary 11001001 11010 10111010 0 1010111 111 10101 100110001 1001101 101101

Color Harmonies of #C91ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ABA

Black with #C91ABA

Text Example


Text Example

White with #C91ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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