Html Css Color HEX #C90F93 Medium Violet Red

📋 copy color: '#C90F93'

red 201 ◦ green 15 ◦ blue 147

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

Shades of Medium Violet Red #C90F93

Tints of Medium Violet Red #C90F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 55.37%
G = 4.13%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C90F93 (or 0xC90F93) is known color: Medium Violet Red. HEX triplet: C9, 0F and 93. RGB value is (201,15,147). Sum of RGB (Red+Green+Blue) = 201+15+147=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90F93 is #36F06C. Grayscale: #555555. Windows color (decimal): -3600493 or 9637833. OLE color: 9637833.

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

Color convert

RGB 201 15 147 -
CMYK 0 0.93 0.27 0.21
HSL 317.42º 0.86% 0.42% -
HSV(B) 317.42º 0.93% 0.79% -
XYZ 29.52 14.87 28.92 -
YUV 85.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 201 15 147 0 0.93 0.27 0.21 317.42 0.86 0.42
Hex C9 F 93 0 5D 1B 15 13D 56 2A
Octal 311 17 223 0 135 33 25 475 126 52
Binary 11001001 1111 10010011 0 1011101 11011 10101 100111101 1010110 101010

Color Harmonies of #C90F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F93

Black with #C90F93

Text Example


Text Example

White with #C90F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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