Html Css Color HEX #C60681 Medium Violet Red

📋 copy color: '#C60681'

red 198 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #C60681

Tints of Medium Violet Red #C60681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.74%

R = 59.46%
G = 1.8%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C60681 (or 0xC60681) is known color: Medium Violet Red. HEX triplet: C6, 06 and 81. RGB value is (198,6,129). Sum of RGB (Red+Green+Blue) = 198+6+129=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 6 (2.73% from 255 or 1.80% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C60681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60681 is #39F97E. Grayscale: #4D4D4D. Windows color (decimal): -3799423 or 8455878. OLE color: 8455878.

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

Color convert

RGB 198 6 129 -
CMYK 0 0.97 0.35 0.22
HSL 321.56º 0.94% 0.4% -
HSV(B) 321.56º 0.97% 0.78% -
XYZ 27.32 13.72 21.98 -
YUV 77.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 198 6 129 0 0.97 0.35 0.22 321.56 0.94 0.4
Hex C6 6 81 0 61 23 16 142 5E 28
Octal 306 6 201 0 141 43 26 502 136 50
Binary 11000110 110 10000001 0 1100001 100011 10110 101000010 1011110 101000

Color Harmonies of #C60681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60681

Black with #C60681

Text Example


Text Example

White with #C60681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60681; }

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

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

background-color css

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

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

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

border-color css

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

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

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