Html Css Color HEX #C31697 Medium Violet Red

📋 copy color: '#C31697'

red 195 ◦ green 22 ◦ blue 151

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

Shades of Medium Violet Red #C31697

Tints of Medium Violet Red #C31697

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.98%

 BLUE value IS 151 (59.38% from 255) = 41.03%

R = 52.99%
G = 5.98%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C31697 (or 0xC31697) is known color: Medium Violet Red. HEX triplet: C3, 16 and 97. RGB value is (195,22,151). Sum of RGB (Red+Green+Blue) = 195+22+151=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C31697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31697 is #3CE968. Grayscale: #585858. Windows color (decimal): -3991913 or 9901763. OLE color: 9901763.

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

Color convert

RGB 195 22 151 -
CMYK 0 0.89 0.23 0.24
HSL 315.26º 0.8% 0.43% -
HSV(B) 315.26º 0.89% 0.76% -
XYZ 28.38 14.41 30.56 -
YUV 88.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 195 22 151 0 0.89 0.23 0.24 315.26 0.8 0.43
Hex C3 16 97 0 59 17 18 13B 50 2B
Octal 303 26 227 0 131 27 30 473 120 53
Binary 11000011 10110 10010111 0 1011001 10111 11000 100111011 1010000 101011

Color Harmonies of #C31697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31697

Black with #C31697

Text Example


Text Example

White with #C31697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31697; }

 p { color: rgb(195,22,151); }

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

background-color css

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

 a { background-color: rgb(195,22,151); }

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

border-color css

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

 span { border-color: rgb(195,22,151); }

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