Html Css Color HEX #C00997 Medium Violet Red

📋 copy color: '#C00997'

red 192 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #C00997

Tints of Medium Violet Red #C00997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.9%

R = 54.55%
G = 2.56%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C00997 (or 0xC00997) is known color: Medium Violet Red. HEX triplet: C0, 09 and 97. RGB value is (192,9,151). Sum of RGB (Red+Green+Blue) = 192+9+151=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C00997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00997 is #3FF668. Grayscale: #4F4F4F. Windows color (decimal): -4191849 or 9898432. OLE color: 9898432.

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

Color convert

RGB 192 9 151 -
CMYK 0 0.95 0.21 0.25
HSL 313.44º 0.91% 0.39% -
HSV(B) 313.44º 0.95% 0.75% -
XYZ 27.42 13.64 30.46 -
YUV 79.91 168.13 207.95 -
System Red Green Blue C M Y K H S L
Decimal 192 9 151 0 0.95 0.21 0.25 313.44 0.91 0.39
Hex C0 9 97 0 5F 15 19 139 5B 27
Octal 300 11 227 0 137 25 31 471 133 47
Binary 11000000 1001 10010111 0 1011111 10101 11001 100111001 1011011 100111

Color Harmonies of #C00997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00997

Black with #C00997

Text Example


Text Example

White with #C00997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00997; }

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

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

background-color css

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

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

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

border-color css

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

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

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