Html Css Color HEX #C31075 Medium Violet Red

📋 copy color: '#C31075'

red 195 ◦ green 16 ◦ blue 117

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

Shades of Medium Violet Red #C31075

Tints of Medium Violet Red #C31075

RGB

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

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

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

R = 59.45%
G = 4.88%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C31075 (or 0xC31075) is known color: Medium Violet Red. HEX triplet: C3, 10 and 75. RGB value is (195,16,117). Sum of RGB (Red+Green+Blue) = 195+16+117=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C31075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31075 is #3CEF8A. Grayscale: #505050. Windows color (decimal): -3993483 or 7672003. OLE color: 7672003.

HSL color Cylindrical-coordinate representation of color #C31075: hue angle of 326.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31075 is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 117 -
CMYK 0 0.92 0.4 0.24
HSL 326.15º 0.85% 0.41% -
HSV(B) 326.15º 0.92% 0.76% -
XYZ 25.9 13.26 18.02 -
YUV 81.04 148.3 209.29 -
System Red Green Blue C M Y K H S L
Decimal 195 16 117 0 0.92 0.4 0.24 326.15 0.85 0.41
Hex C3 10 75 0 5C 28 18 146 55 29
Octal 303 20 165 0 134 50 30 506 125 51
Binary 11000011 10000 1110101 0 1011100 101000 11000 101000110 1010101 101001

Color Harmonies of #C31075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31075

Black with #C31075

Text Example


Text Example

White with #C31075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31075; }

 p { color: rgb(195,16,117); }

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

background-color css

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

 a { background-color: rgb(195,16,117); }

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

border-color css

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

 span { border-color: rgb(195,16,117); }

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