Html Css Color HEX #C90FAF Deep Magenta

📋 copy color: '#C90FAF'

red 201 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #C90FAF

Tints of Deep Magenta #C90FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 51.41%
G = 3.84%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C90FAF (or 0xC90FAF) is known color: Deep Magenta. HEX triplet: C9, 0F and AF. RGB value is (201,15,175). Sum of RGB (Red+Green+Blue) = 201+15+175=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FAF is #36F050. Grayscale: #585858. Windows color (decimal): -3600465 or 11472841. OLE color: 11472841.

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

Color convert

RGB 201 15 175 -
CMYK 0 0.93 0.13 0.21
HSL 308.39º 0.86% 0.42% -
HSV(B) 308.39º 0.93% 0.79% -
XYZ 32 15.85 41.93 -
YUV 88.85 176.62 207.99 -
System Red Green Blue C M Y K H S L
Decimal 201 15 175 0 0.93 0.13 0.21 308.39 0.86 0.42
Hex C9 F AF 0 5D D 15 134 56 2A
Octal 311 17 257 0 135 15 25 464 126 52
Binary 11001001 1111 10101111 0 1011101 1101 10101 100110100 1010110 101010

Color Harmonies of #C90FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90FAF

Black with #C90FAF

Text Example


Text Example

White with #C90FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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