Html Css Color HEX #C60099 Medium Violet Red

📋 copy color: '#C60099'

red 198 ◦ green 0 ◦ blue 153

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

Shades of Medium Violet Red #C60099

Tints of Medium Violet Red #C60099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.59%

R = 56.41%
G = 0%
B = 43.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C60099 (or 0xC60099) is known color: Medium Violet Red. HEX triplet: C6, 00 and 99. RGB value is (198,0,153). Sum of RGB (Red+Green+Blue) = 198+0+153=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C60099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60099 is #39FF66. Grayscale: #4C4C4C. Windows color (decimal): -3800935 or 10027206. OLE color: 10027206.

HSL color Cylindrical-coordinate representation of color #C60099: hue angle of 313.64º 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 #C60099 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 153 -
CMYK 0 1 0.23 0.22
HSL 313.64º 1% 0.39% -
HSV(B) 313.64º 1% 0.78% -
XYZ 29.04 14.31 31.37 -
YUV 76.64 171.1 214.56 -
System Red Green Blue C M Y K H S L
Decimal 198 0 153 0 1 0.23 0.22 313.64 1 0.39
Hex C6 0 99 0 64 17 16 13A 64 27
Octal 306 0 231 0 144 27 26 472 144 47
Binary 11000110 0 10011001 0 1100100 10111 10110 100111010 1100100 100111

Color Harmonies of #C60099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60099

Black with #C60099

Text Example


Text Example

White with #C60099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60099; }

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

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

background-color css

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

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

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

border-color css

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

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

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