Html Css Color HEX #C61072 Medium Violet Red

📋 copy color: '#C61072'

red 198 ◦ green 16 ◦ blue 114

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

Shades of Medium Violet Red #C61072

Tints of Medium Violet Red #C61072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.88%

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 60.37%
G = 4.88%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C61072 (or 0xC61072) is known color: Medium Violet Red. HEX triplet: C6, 10 and 72. RGB value is (198,16,114). Sum of RGB (Red+Green+Blue) = 198+16+114=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C61072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61072 is #39EF8D. Grayscale: #515151. Windows color (decimal): -3796878 or 7475398. OLE color: 7475398.

HSL color Cylindrical-coordinate representation of color #C61072: hue angle of 327.69º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61072 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 114 -
CMYK 0 0.92 0.42 0.22
HSL 327.69º 0.85% 0.42% -
HSV(B) 327.69º 0.92% 0.78% -
XYZ 26.51 13.59 17.15 -
YUV 81.59 146.3 211.03 -
System Red Green Blue C M Y K H S L
Decimal 198 16 114 0 0.92 0.42 0.22 327.69 0.85 0.42
Hex C6 10 72 0 5C 2A 16 148 55 2A
Octal 306 20 162 0 134 52 26 510 125 52
Binary 11000110 10000 1110010 0 1011100 101010 10110 101001000 1010101 101010

Color Harmonies of #C61072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61072

Black with #C61072

Text Example


Text Example

White with #C61072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61072; }

 p { color: rgb(198,16,114); }

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

background-color css

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

 a { background-color: rgb(198,16,114); }

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

border-color css

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

 span { border-color: rgb(198,16,114); }

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