Html Css Color HEX #C90ABB Deep Magenta

📋 copy color: '#C90ABB'

red 201 ◦ green 10 ◦ blue 187

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

Shades of Deep Magenta #C90ABB

Tints of Deep Magenta #C90ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 50.5%
G = 2.51%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C90ABB (or 0xC90ABB) is known color: Deep Magenta. HEX triplet: C9, 0A and BB. RGB value is (201,10,187). Sum of RGB (Red+Green+Blue) = 201+10+187=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C90ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ABB is #36F544. Grayscale: #565656. Windows color (decimal): -3601733 or 12257993. OLE color: 12257993.

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

Color convert

RGB 201 10 187 -
CMYK 0 0.95 0.07 0.21
HSL 304.4º 0.91% 0.41% -
HSV(B) 304.4º 0.95% 0.79% -
XYZ 33.17 16.22 48.4 -
YUV 87.29 184.28 209.11 -
System Red Green Blue C M Y K H S L
Decimal 201 10 187 0 0.95 0.07 0.21 304.4 0.91 0.41
Hex C9 A BB 0 5F 7 15 130 5B 29
Octal 311 12 273 0 137 7 25 460 133 51
Binary 11001001 1010 10111011 0 1011111 111 10101 100110000 1011011 101001

Color Harmonies of #C90ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90ABB

Black with #C90ABB

Text Example


Text Example

White with #C90ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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