Html Css Color HEX #C6057C Medium Violet Red

📋 copy color: '#C6057C'

red 198 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #C6057C

Tints of Medium Violet Red #C6057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 60.55%
G = 1.53%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6057C (or 0xC6057C) is known color: Medium Violet Red. HEX triplet: C6, 05 and 7C. RGB value is (198,5,124). Sum of RGB (Red+Green+Blue) = 198+5+124=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6057C is #39FA83. Grayscale: #4B4B4B. Windows color (decimal): -3799684 or 8127942. OLE color: 8127942.

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

Color convert

RGB 198 5 124 -
CMYK 0 0.97 0.37 0.22
HSL 323.01º 0.95% 0.4% -
HSV(B) 323.01º 0.97% 0.78% -
XYZ 26.98 13.57 20.27 -
YUV 76.27 154.94 214.82 -
System Red Green Blue C M Y K H S L
Decimal 198 5 124 0 0.97 0.37 0.22 323.01 0.95 0.4
Hex C6 5 7C 0 61 25 16 143 5F 28
Octal 306 5 174 0 141 45 26 503 137 50
Binary 11000110 101 1111100 0 1100001 100101 10110 101000011 1011111 101000

Color Harmonies of #C6057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6057C

Black with #C6057C

Text Example


Text Example

White with #C6057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6057C; }

 p { color: rgb(198,5,124); }

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

background-color css

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

 a { background-color: rgb(198,5,124); }

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

border-color css

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

 span { border-color: rgb(198,5,124); }

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