Html Css Color HEX #C90FB9 Deep Magenta

📋 copy color: '#C90FB9'

red 201 ◦ green 15 ◦ blue 185

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

Shades of Deep Magenta #C90FB9

Tints of Deep Magenta #C90FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.74%

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 50.12%
G = 3.74%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C90FB9 (or 0xC90FB9) is known color: Deep Magenta. HEX triplet: C9, 0F and B9. RGB value is (201,15,185). Sum of RGB (Red+Green+Blue) = 201+15+185=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FB9 is #36F046. Grayscale: #595959. Windows color (decimal): -3600455 or 12128201. OLE color: 12128201.

HSL color Cylindrical-coordinate representation of color #C90FB9: hue angle of 305.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FB9 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 15 185 -
CMYK 0 0.93 0.08 0.21
HSL 305.16º 0.86% 0.42% -
HSV(B) 305.16º 0.93% 0.79% -
XYZ 33.02 16.26 47.3 -
YUV 89.99 181.62 207.18 -
System Red Green Blue C M Y K H S L
Decimal 201 15 185 0 0.93 0.08 0.21 305.16 0.86 0.42
Hex C9 F B9 0 5D 8 15 131 56 2A
Octal 311 17 271 0 135 10 25 461 126 52
Binary 11001001 1111 10111001 0 1011101 1000 10101 100110001 1010110 101010

Color Harmonies of #C90FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FB9

Black with #C90FB9

Text Example


Text Example

White with #C90FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FB9; }

 p { color: rgb(201,15,185); }

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

background-color css

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

 a { background-color: rgb(201,15,185); }

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

border-color css

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

 span { border-color: rgb(201,15,185); }

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