Html Css Color HEX #C6057F Medium Violet Red

📋 copy color: '#C6057F'

red 198 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #C6057F

Tints of Medium Violet Red #C6057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.48%

R = 60%
G = 1.52%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6057F (or 0xC6057F) is known color: Medium Violet Red. HEX triplet: C6, 05 and 7F. RGB value is (198,5,127). Sum of RGB (Red+Green+Blue) = 198+5+127=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6057F is #39FA80. Grayscale: #4C4C4C. Windows color (decimal): -3799681 or 8324550. OLE color: 8324550.

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

Color convert

RGB 198 5 127 -
CMYK 0 0.97 0.36 0.22
HSL 322.07º 0.95% 0.4% -
HSV(B) 322.07º 0.97% 0.78% -
XYZ 27.17 13.65 21.28 -
YUV 76.62 156.44 214.58 -
System Red Green Blue C M Y K H S L
Decimal 198 5 127 0 0.97 0.36 0.22 322.07 0.95 0.4
Hex C6 5 7F 0 61 24 16 142 5F 28
Octal 306 5 177 0 141 44 26 502 137 50
Binary 11000110 101 1111111 0 1100001 100100 10110 101000010 1011111 101000

Color Harmonies of #C6057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6057F

Black with #C6057F

Text Example


Text Example

White with #C6057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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