Html Css Color HEX #C31170 Medium Violet Red

📋 copy color: '#C31170'

red 195 ◦ green 17 ◦ blue 112

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

Shades of Medium Violet Red #C31170

Tints of Medium Violet Red #C31170

RGB

 RED value IS 195 (76.56% from 255) = 60.19%

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 60.19%
G = 5.25%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C31170 (or 0xC31170) is known color: Medium Violet Red. HEX triplet: C3, 11 and 70. RGB value is (195,17,112). Sum of RGB (Red+Green+Blue) = 195+17+112=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C31170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31170 is #3CEE8F. Grayscale: #505050. Windows color (decimal): -3993232 or 7344579. OLE color: 7344579.

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

Color convert

RGB 195 17 112 -
CMYK 0 0.91 0.43 0.24
HSL 327.98º 0.84% 0.42% -
HSV(B) 327.98º 0.91% 0.76% -
XYZ 25.63 13.17 16.52 -
YUV 81.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 195 17 112 0 0.91 0.43 0.24 327.98 0.84 0.42
Hex C3 11 70 0 5B 2B 18 148 54 2A
Octal 303 21 160 0 133 53 30 510 124 52
Binary 11000011 10001 1110000 0 1011011 101011 11000 101001000 1010100 101010

Color Harmonies of #C31170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31170

Black with #C31170

Text Example


Text Example

White with #C31170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31170; }

 p { color: rgb(195,17,112); }

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

background-color css

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

 a { background-color: rgb(195,17,112); }

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

border-color css

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

 span { border-color: rgb(195,17,112); }

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