Html Css Color HEX #C90E75 Medium Violet Red

📋 copy color: '#C90E75'

red 201 ◦ green 14 ◦ blue 117

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

Shades of Medium Violet Red #C90E75

Tints of Medium Violet Red #C90E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.22%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 60.54%
G = 4.22%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C90E75 (or 0xC90E75) is known color: Medium Violet Red. HEX triplet: C9, 0E and 75. RGB value is (201,14,117). Sum of RGB (Red+Green+Blue) = 201+14+117=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90E75 is #36F18A. Grayscale: #515151. Windows color (decimal): -3600779 or 7671497. OLE color: 7671497.

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

Color convert

RGB 201 14 117 -
CMYK 0 0.93 0.42 0.21
HSL 326.95º 0.87% 0.42% -
HSV(B) 326.95º 0.93% 0.79% -
XYZ 27.46 14.02 18.09 -
YUV 81.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 201 14 117 0 0.93 0.42 0.21 326.95 0.87 0.42
Hex C9 E 75 0 5D 2A 15 147 57 2A
Octal 311 16 165 0 135 52 25 507 127 52
Binary 11001001 1110 1110101 0 1011101 101010 10101 101000111 1010111 101010

Color Harmonies of #C90E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90E75

Black with #C90E75

Text Example


Text Example

White with #C90E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90E75; }

 p { color: rgb(201,14,117); }

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

background-color css

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

 a { background-color: rgb(201,14,117); }

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

border-color css

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

 span { border-color: rgb(201,14,117); }

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