Html Css Color HEX #C61175 Medium Violet Red

📋 copy color: '#C61175'

red 198 ◦ green 17 ◦ blue 117

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

Shades of Medium Violet Red #C61175

Tints of Medium Violet Red #C61175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 59.64%
G = 5.12%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C61175 (or 0xC61175) is known color: Medium Violet Red. HEX triplet: C6, 11 and 75. RGB value is (198,17,117). Sum of RGB (Red+Green+Blue) = 198+17+117=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C61175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61175 is #39EE8A. Grayscale: #525252. Windows color (decimal): -3796619 or 7672262. OLE color: 7672262.

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

Color convert

RGB 198 17 117 -
CMYK 0 0.91 0.41 0.22
HSL 326.85º 0.84% 0.42% -
HSV(B) 326.85º 0.91% 0.78% -
XYZ 26.7 13.69 18.07 -
YUV 82.52 147.47 210.37 -
System Red Green Blue C M Y K H S L
Decimal 198 17 117 0 0.91 0.41 0.22 326.85 0.84 0.42
Hex C6 11 75 0 5B 29 16 147 54 2A
Octal 306 21 165 0 133 51 26 507 124 52
Binary 11000110 10001 1110101 0 1011011 101001 10110 101000111 1010100 101010

Color Harmonies of #C61175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61175

Black with #C61175

Text Example


Text Example

White with #C61175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61175; }

 p { color: rgb(198,17,117); }

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

background-color css

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

 a { background-color: rgb(198,17,117); }

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

border-color css

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

 span { border-color: rgb(198,17,117); }

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