Html Css Color HEX #C6056E Medium Violet Red

📋 copy color: '#C6056E'

red 198 ◦ green 5 ◦ blue 110

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

Shades of Medium Violet Red #C6056E

Tints of Medium Violet Red #C6056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 63.26%
G = 1.6%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6056E (or 0xC6056E) is known color: Medium Violet Red. HEX triplet: C6, 05 and 6E. RGB value is (198,5,110). Sum of RGB (Red+Green+Blue) = 198+5+110=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6056E is #39FA91. Grayscale: #4A4A4A. Windows color (decimal): -3799698 or 7210438. OLE color: 7210438.

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

Color convert

RGB 198 5 110 -
CMYK 0 0.97 0.44 0.22
HSL 327.36º 0.95% 0.4% -
HSV(B) 327.36º 0.97% 0.78% -
XYZ 26.16 13.24 15.93 -
YUV 74.68 147.94 215.96 -
System Red Green Blue C M Y K H S L
Decimal 198 5 110 0 0.97 0.44 0.22 327.36 0.95 0.4
Hex C6 5 6E 0 61 2C 16 147 5F 28
Octal 306 5 156 0 141 54 26 507 137 50
Binary 11000110 101 1101110 0 1100001 101100 10110 101000111 1011111 101000

Color Harmonies of #C6056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6056E

Black with #C6056E

Text Example


Text Example

White with #C6056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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