Html Css Color HEX #C31775 Medium Violet Red

📋 copy color: '#C31775'

red 195 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #C31775

Tints of Medium Violet Red #C31775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.87%

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

R = 58.21%
G = 6.87%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C31775 (or 0xC31775) is known color: Medium Violet Red. HEX triplet: C3, 17 and 75. RGB value is (195,23,117). Sum of RGB (Red+Green+Blue) = 195+23+117=335 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.21% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 195 - color contains mainly: red. Hex color #C31775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31775 is #3CE88A. Grayscale: #545454. Windows color (decimal): -3991691 or 7673795. OLE color: 7673795.

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

Color convert

RGB 195 23 117 -
CMYK 0 0.88 0.4 0.24
HSL 327.21º 0.79% 0.43% -
HSV(B) 327.21º 0.88% 0.76% -
XYZ 26.02 13.5 18.06 -
YUV 85.14 145.98 206.36 -
System Red Green Blue C M Y K H S L
Decimal 195 23 117 0 0.88 0.4 0.24 327.21 0.79 0.43
Hex C3 17 75 0 58 28 18 147 4F 2B
Octal 303 27 165 0 130 50 30 507 117 53
Binary 11000011 10111 1110101 0 1011000 101000 11000 101000111 1001111 101011

Color Harmonies of #C31775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31775

Black with #C31775

Text Example


Text Example

White with #C31775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31775; }

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

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

background-color css

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

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

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

border-color css

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

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

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