Html Css Color HEX #C90EA8 Medium Violet Red

📋 copy color: '#C90EA8'

red 201 ◦ green 14 ◦ blue 168

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

Shades of Medium Violet Red #C90EA8

Tints of Medium Violet Red #C90EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 52.48%
G = 3.66%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C90EA8 (or 0xC90EA8) is known color: Medium Violet Red. HEX triplet: C9, 0E and A8. RGB value is (201,14,168). Sum of RGB (Red+Green+Blue) = 201+14+168=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90EA8 is #36F157. Grayscale: #575757. Windows color (decimal): -3600728 or 11013833. OLE color: 11013833.

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

Color convert

RGB 201 14 168 -
CMYK 0 0.93 0.16 0.21
HSL 310.59º 0.87% 0.42% -
HSV(B) 310.59º 0.93% 0.79% -
XYZ 31.31 15.56 38.4 -
YUV 87.47 173.45 208.98 -
System Red Green Blue C M Y K H S L
Decimal 201 14 168 0 0.93 0.16 0.21 310.59 0.87 0.42
Hex C9 E A8 0 5D 10 15 137 57 2A
Octal 311 16 250 0 135 20 25 467 127 52
Binary 11001001 1110 10101000 0 1011101 10000 10101 100110111 1010111 101010

Color Harmonies of #C90EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EA8

Black with #C90EA8

Text Example


Text Example

White with #C90EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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