Html Css Color HEX #C60097 Medium Violet Red

📋 copy color: '#C60097'

red 198 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #C60097

Tints of Medium Violet Red #C60097

RGB

 RED value IS 198 (77.73% from 255) = 56.73%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.73%
G = 0%
B = 43.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C60097 (or 0xC60097) is known color: Medium Violet Red. HEX triplet: C6, 00 and 97. RGB value is (198,0,151). Sum of RGB (Red+Green+Blue) = 198+0+151=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C60097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60097 is #39FF68. Grayscale: #4C4C4C. Windows color (decimal): -3800937 or 9896134. OLE color: 9896134.

HSL color Cylindrical-coordinate representation of color #C60097: hue angle of 314.24º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60097 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 151 -
CMYK 0 1 0.24 0.22
HSL 314.24º 1% 0.39% -
HSV(B) 314.24º 1% 0.78% -
XYZ 28.87 14.24 30.5 -
YUV 76.42 170.1 214.72 -
System Red Green Blue C M Y K H S L
Decimal 198 0 151 0 1 0.24 0.22 314.24 1 0.39
Hex C6 0 97 0 64 18 16 13A 64 27
Octal 306 0 227 0 144 30 26 472 144 47
Binary 11000110 0 10010111 0 1100100 11000 10110 100111010 1100100 100111

Color Harmonies of #C60097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60097

Black with #C60097

Text Example


Text Example

White with #C60097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60097; }

 p { color: rgb(198,0,151); }

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

background-color css

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

 a { background-color: rgb(198,0,151); }

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

border-color css

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

 span { border-color: rgb(198,0,151); }

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