Html Css Color HEX #C91ABD Deep Magenta

📋 copy color: '#C91ABD'

red 201 ◦ green 26 ◦ blue 189

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

Shades of Deep Magenta #C91ABD

Tints of Deep Magenta #C91ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 48.32%
G = 6.25%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C91ABD (or 0xC91ABD) is known color: Deep Magenta. HEX triplet: C9, 1A and BD. RGB value is (201,26,189). Sum of RGB (Red+Green+Blue) = 201+26+189=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C91ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ABD is #36E542. Grayscale: #606060. Windows color (decimal): -3597635 or 12393161. OLE color: 12393161.

HSL color Cylindrical-coordinate representation of color #C91ABD: hue angle of 304.11º 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 #C91ABD is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 26 189 -
CMYK 0 0.87 0.06 0.21
HSL 304.11º 0.77% 0.45% -
HSV(B) 304.11º 0.87% 0.79% -
XYZ 33.64 16.83 49.62 -
YUV 96.91 179.98 202.25 -
System Red Green Blue C M Y K H S L
Decimal 201 26 189 0 0.87 0.06 0.21 304.11 0.77 0.45
Hex C9 1A BD 0 57 6 15 130 4D 2D
Octal 311 32 275 0 127 6 25 460 115 55
Binary 11001001 11010 10111101 0 1010111 110 10101 100110000 1001101 101101

Color Harmonies of #C91ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ABD

Black with #C91ABD

Text Example


Text Example

White with #C91ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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