Html Css Color HEX #C31297 Medium Violet Red

📋 copy color: '#C31297'

red 195 ◦ green 18 ◦ blue 151

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

Shades of Medium Violet Red #C31297

Tints of Medium Violet Red #C31297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

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

R = 53.57%
G = 4.95%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C31297 (or 0xC31297) is known color: Medium Violet Red. HEX triplet: C3, 12 and 97. RGB value is (195,18,151). Sum of RGB (Red+Green+Blue) = 195+18+151=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31297 is #3CED68. Grayscale: #555555. Windows color (decimal): -3992937 or 9900739. OLE color: 9900739.

HSL color Cylindrical-coordinate representation of color #C31297: hue angle of 314.92º degrees, saturation: 0.83, 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 #C31297 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 151 -
CMYK 0 0.91 0.23 0.24
HSL 314.92º 0.83% 0.42% -
HSV(B) 314.92º 0.91% 0.76% -
XYZ 28.31 14.27 30.54 -
YUV 86.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 195 18 151 0 0.91 0.23 0.24 314.92 0.83 0.42
Hex C3 12 97 0 5B 17 18 13B 53 2A
Octal 303 22 227 0 133 27 30 473 123 52
Binary 11000011 10010 10010111 0 1011011 10111 11000 100111011 1010011 101010

Color Harmonies of #C31297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31297

Black with #C31297

Text Example


Text Example

White with #C31297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31297; }

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

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

background-color css

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

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

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

border-color css

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

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

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