Html Css Color HEX #C60074 Medium Violet Red

📋 copy color: '#C60074'

red 198 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #C60074

Tints of Medium Violet Red #C60074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 63.06%
G = 0%
B = 36.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C60074 (or 0xC60074) is known color: Medium Violet Red. HEX triplet: C6, 00 and 74. RGB value is (198,0,116). Sum of RGB (Red+Green+Blue) = 198+0+116=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C60074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60074 is #39FF8B. Grayscale: #484848. Windows color (decimal): -3800972 or 7602374. OLE color: 7602374.

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

Color convert

RGB 198 0 116 -
CMYK 0 1 0.41 0.22
HSL 324.85º 1% 0.39% -
HSV(B) 324.85º 1% 0.78% -
XYZ 26.44 13.27 17.69 -
YUV 72.43 152.6 217.57 -
System Red Green Blue C M Y K H S L
Decimal 198 0 116 0 1 0.41 0.22 324.85 1 0.39
Hex C6 0 74 0 64 29 16 145 64 27
Octal 306 0 164 0 144 51 26 505 144 47
Binary 11000110 0 1110100 0 1100100 101001 10110 101000101 1100100 100111

Color Harmonies of #C60074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60074

Black with #C60074

Text Example


Text Example

White with #C60074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60074; }

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

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

background-color css

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

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

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

border-color css

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

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

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