Html Css Color HEX #C31077 Medium Violet Red

📋 copy color: '#C31077'

red 195 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #C31077

Tints of Medium Violet Red #C31077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 59.09%
G = 4.85%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C31077 (or 0xC31077) is known color: Medium Violet Red. HEX triplet: C3, 10 and 77. RGB value is (195,16,119). Sum of RGB (Red+Green+Blue) = 195+16+119=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C31077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31077 is #3CEF88. Grayscale: #515151. Windows color (decimal): -3993481 or 7803075. OLE color: 7803075.

HSL color Cylindrical-coordinate representation of color #C31077: hue angle of 325.47º 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 #C31077 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 119 -
CMYK 0 0.92 0.39 0.24
HSL 325.47º 0.85% 0.41% -
HSV(B) 325.47º 0.92% 0.76% -
XYZ 26.02 13.3 18.65 -
YUV 81.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 195 16 119 0 0.92 0.39 0.24 325.47 0.85 0.41
Hex C3 10 77 0 5C 27 18 145 55 29
Octal 303 20 167 0 134 47 30 505 125 51
Binary 11000011 10000 1110111 0 1011100 100111 11000 101000101 1010101 101001

Color Harmonies of #C31077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31077

Black with #C31077

Text Example


Text Example

White with #C31077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31077; }

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

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

background-color css

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

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

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

border-color css

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

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

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