Html Css Color HEX #C90ABD Deep Magenta

📋 copy color: '#C90ABD'

red 201 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #C90ABD

Tints of Deep Magenta #C90ABD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.5%

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

R = 50.25%
G = 2.5%
B = 47.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C90ABD (or 0xC90ABD) is known color: Deep Magenta. HEX triplet: C9, 0A and BD. RGB value is (201,10,189). Sum of RGB (Red+Green+Blue) = 201+10+189=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C90ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ABD is #36F542. Grayscale: #565656. Windows color (decimal): -3601731 or 12389065. OLE color: 12389065.

HSL color Cylindrical-coordinate representation of color #C90ABD: hue angle of 303.77º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90ABD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 10 189 -
CMYK 0 0.95 0.06 0.21
HSL 303.77º 0.91% 0.41% -
HSV(B) 303.77º 0.95% 0.79% -
XYZ 33.38 16.31 49.53 -
YUV 87.52 185.28 208.95 -
System Red Green Blue C M Y K H S L
Decimal 201 10 189 0 0.95 0.06 0.21 303.77 0.91 0.41
Hex C9 A BD 0 5F 6 15 130 5B 29
Octal 311 12 275 0 137 6 25 460 133 51
Binary 11001001 1010 10111101 0 1011111 110 10101 100110000 1011011 101001

Color Harmonies of #C90ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90ABD

Black with #C90ABD

Text Example


Text Example

White with #C90ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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