Html Css Color HEX #C90FB5 Deep Magenta

📋 copy color: '#C90FB5'

red 201 ◦ green 15 ◦ blue 181

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

Shades of Deep Magenta #C90FB5

Tints of Deep Magenta #C90FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.59%

R = 50.63%
G = 3.78%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C90FB5 (or 0xC90FB5) is known color: Deep Magenta. HEX triplet: C9, 0F and B5. RGB value is (201,15,181). Sum of RGB (Red+Green+Blue) = 201+15+181=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FB5 is #36F04A. Grayscale: #595959. Windows color (decimal): -3600459 or 11866057. OLE color: 11866057.

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

Color convert

RGB 201 15 181 -
CMYK 0 0.93 0.10 0.21
HSL 306.45º 0.86% 0.42% -
HSV(B) 306.45º 0.93% 0.79% -
XYZ 32.6 16.1 45.1 -
YUV 89.54 179.62 207.5 -
System Red Green Blue C M Y K H S L
Decimal 201 15 181 0 0.93 0.10 0.21 306.45 0.86 0.42
Hex C9 F B5 0 5D A 15 132 56 2A
Octal 311 17 265 0 135 12 25 462 126 52
Binary 11001001 1111 10110101 0 1011101 1010 10101 100110010 1010110 101010

Color Harmonies of #C90FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FB5

Black with #C90FB5

Text Example


Text Example

White with #C90FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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