Html Css Color HEX #C90C98 Medium Violet Red

📋 copy color: '#C90C98'

red 201 ◦ green 12 ◦ blue 152

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

Shades of Medium Violet Red #C90C98

Tints of Medium Violet Red #C90C98

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

 BLUE value IS 152 (59.77% from 255) = 41.64%

R = 55.07%
G = 3.29%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C90C98 (or 0xC90C98) is known color: Medium Violet Red. HEX triplet: C9, 0C and 98. RGB value is (201,12,152). Sum of RGB (Red+Green+Blue) = 201+12+152=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90C98 is #36F367. Grayscale: #545454. Windows color (decimal): -3601256 or 9964745. OLE color: 9964745.

HSL color Cylindrical-coordinate representation of color #C90C98: hue angle of 315.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90C98 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 152 -
CMYK 0 0.94 0.24 0.21
HSL 315.56º 0.89% 0.42% -
HSV(B) 315.56º 0.94% 0.79% -
XYZ 29.89 14.95 31.02 -
YUV 84.47 166.12 211.12 -
System Red Green Blue C M Y K H S L
Decimal 201 12 152 0 0.94 0.24 0.21 315.56 0.89 0.42
Hex C9 C 98 0 5E 18 15 13C 59 2A
Octal 311 14 230 0 136 30 25 474 131 52
Binary 11001001 1100 10011000 0 1011110 11000 10101 100111100 1011001 101010

Color Harmonies of #C90C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C98

Black with #C90C98

Text Example


Text Example

White with #C90C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C98; }

 p { color: rgb(201,12,152); }

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

background-color css

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

 a { background-color: rgb(201,12,152); }

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

border-color css

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

 span { border-color: rgb(201,12,152); }

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