Html Css Color HEX #C6056D Medium Violet Red

📋 copy color: '#C6056D'

red 198 ◦ green 5 ◦ blue 109

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

Shades of Medium Violet Red #C6056D

Tints of Medium Violet Red #C6056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 63.46%
G = 1.6%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6056D (or 0xC6056D) is known color: Medium Violet Red. HEX triplet: C6, 05 and 6D. RGB value is (198,5,109). Sum of RGB (Red+Green+Blue) = 198+5+109=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6056D is #39FA92. Grayscale: #4A4A4A. Windows color (decimal): -3799699 or 7144902. OLE color: 7144902.

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

Color convert

RGB 198 5 109 -
CMYK 0 0.97 0.45 0.22
HSL 327.67º 0.95% 0.4% -
HSV(B) 327.67º 0.97% 0.78% -
XYZ 26.1 13.22 15.64 -
YUV 74.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 198 5 109 0 0.97 0.45 0.22 327.67 0.95 0.4
Hex C6 5 6D 0 61 2D 16 148 5F 28
Octal 306 5 155 0 141 55 26 510 137 50
Binary 11000110 101 1101101 0 1100001 101101 10110 101001000 1011111 101000

Color Harmonies of #C6056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6056D

Black with #C6056D

Text Example


Text Example

White with #C6056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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