Html Css Color HEX #C00990 Medium Violet Red

📋 copy color: '#C00990'

red 192 ◦ green 9 ◦ blue 144

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

Shades of Medium Violet Red #C00990

Tints of Medium Violet Red #C00990

RGB

 RED value IS 192 (75.39% from 255) = 55.65%

 GREEN value IS 9 (3.91% from 255) = 2.61%

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 55.65%
G = 2.61%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C00990 (or 0xC00990) is known color: Medium Violet Red. HEX triplet: C0, 09 and 90. RGB value is (192,9,144). Sum of RGB (Red+Green+Blue) = 192+9+144=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C00990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00990 is #3FF66F. Grayscale: #4E4E4E. Windows color (decimal): -4191856 or 9439680. OLE color: 9439680.

HSL color Cylindrical-coordinate representation of color #C00990: hue angle of 315.74º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00990 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 144 -
CMYK 0 0.95 0.25 0.25
HSL 315.74º 0.91% 0.39% -
HSV(B) 315.74º 0.95% 0.75% -
XYZ 26.87 13.42 27.56 -
YUV 79.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 192 9 144 0 0.95 0.25 0.25 315.74 0.91 0.39
Hex C0 9 90 0 5F 19 19 13C 5B 27
Octal 300 11 220 0 137 31 31 474 133 47
Binary 11000000 1001 10010000 0 1011111 11001 11001 100111100 1011011 100111

Color Harmonies of #C00990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00990

Black with #C00990

Text Example


Text Example

White with #C00990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00990; }

 p { color: rgb(192,9,144); }

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

background-color css

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

 a { background-color: rgb(192,9,144); }

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

border-color css

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

 span { border-color: rgb(192,9,144); }

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