Html Css Color HEX #C61376 Medium Violet Red

📋 copy color: '#C61376'

red 198 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #C61376

Tints of Medium Violet Red #C61376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 118 (46.48% from 255) = 35.22%

R = 59.1%
G = 5.67%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C61376 (or 0xC61376) is known color: Medium Violet Red. HEX triplet: C6, 13 and 76. RGB value is (198,19,118). Sum of RGB (Red+Green+Blue) = 198+19+118=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C61376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61376 is #39EC89. Grayscale: #535353. Windows color (decimal): -3796106 or 7738310. OLE color: 7738310.

HSL color Cylindrical-coordinate representation of color #C61376: hue angle of 326.82º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61376 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 118 -
CMYK 0 0.90 0.40 0.22
HSL 326.82º 0.82% 0.43% -
HSV(B) 326.82º 0.9% 0.78% -
XYZ 26.79 13.78 18.39 -
YUV 83.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 198 19 118 0 0.90 0.40 0.22 326.82 0.82 0.43
Hex C6 13 76 0 5A 28 16 147 52 2B
Octal 306 23 166 0 132 50 26 507 122 53
Binary 11000110 10011 1110110 0 1011010 101000 10110 101000111 1010010 101011

Color Harmonies of #C61376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61376

Black with #C61376

Text Example


Text Example

White with #C61376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61376; }

 p { color: rgb(198,19,118); }

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

background-color css

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

 a { background-color: rgb(198,19,118); }

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

border-color css

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

 span { border-color: rgb(198,19,118); }

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