Html Css Color HEX #C31198 Medium Violet Red

📋 copy color: '#C31198'

red 195 ◦ green 17 ◦ blue 152

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

Shades of Medium Violet Red #C31198

Tints of Medium Violet Red #C31198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.67%

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 53.57%
G = 4.67%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C31198 (or 0xC31198) is known color: Medium Violet Red. HEX triplet: C3, 11 and 98. RGB value is (195,17,152). Sum of RGB (Red+Green+Blue) = 195+17+152=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C31198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31198 is #3CEE67. Grayscale: #555555. Windows color (decimal): -3993192 or 9966019. OLE color: 9966019.

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

Color convert

RGB 195 17 152 -
CMYK 0 0.91 0.22 0.24
HSL 314.49º 0.84% 0.42% -
HSV(B) 314.49º 0.91% 0.76% -
XYZ 28.37 14.27 30.96 -
YUV 85.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 195 17 152 0 0.91 0.22 0.24 314.49 0.84 0.42
Hex C3 11 98 0 5B 16 18 13A 54 2A
Octal 303 21 230 0 133 26 30 472 124 52
Binary 11000011 10001 10011000 0 1011011 10110 11000 100111010 1010100 101010

Color Harmonies of #C31198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31198

Black with #C31198

Text Example


Text Example

White with #C31198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31198; }

 p { color: rgb(195,17,152); }

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

background-color css

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

 a { background-color: rgb(195,17,152); }

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

border-color css

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

 span { border-color: rgb(195,17,152); }

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