Html Css Color HEX #C60694 Medium Violet Red

📋 copy color: '#C60694'

red 198 ◦ green 6 ◦ blue 148

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

Shades of Medium Violet Red #C60694

Tints of Medium Violet Red #C60694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

 BLUE value IS 148 (58.2% from 255) = 42.05%

R = 56.25%
G = 1.7%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C60694 (or 0xC60694) is known color: Medium Violet Red. HEX triplet: C6, 06 and 94. RGB value is (198,6,148). Sum of RGB (Red+Green+Blue) = 198+6+148=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C60694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60694 is #39F96B. Grayscale: #4F4F4F. Windows color (decimal): -3799404 or 9701062. OLE color: 9701062.

HSL color Cylindrical-coordinate representation of color #C60694: hue angle of 315.62º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60694 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 148 -
CMYK 0 0.97 0.25 0.22
HSL 315.63º 0.94% 0.4% -
HSV(B) 315.63º 0.97% 0.78% -
XYZ 28.7 14.27 29.26 -
YUV 79.6 166.61 212.45 -
System Red Green Blue C M Y K H S L
Decimal 198 6 148 0 0.97 0.25 0.22 315.63 0.94 0.4
Hex C6 6 94 0 61 19 16 13C 5E 28
Octal 306 6 224 0 141 31 26 474 136 50
Binary 11000110 110 10010100 0 1100001 11001 10110 100111100 1011110 101000

Color Harmonies of #C60694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60694

Black with #C60694

Text Example


Text Example

White with #C60694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60694; }

 p { color: rgb(198,6,148); }

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

background-color css

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

 a { background-color: rgb(198,6,148); }

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

border-color css

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

 span { border-color: rgb(198,6,148); }

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