Html Css Color HEX #C31C8C Medium Violet Red

📋 copy color: '#C31C8C'

red 195 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #C31C8C

Tints of Medium Violet Red #C31C8C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.71%

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 53.72%
G = 7.71%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C31C8C (or 0xC31C8C) is known color: Medium Violet Red. HEX triplet: C3, 1C and 8C. RGB value is (195,28,140). Sum of RGB (Red+Green+Blue) = 195+28+140=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31C8C is #3CE373. Grayscale: #5A5A5A. Windows color (decimal): -3990388 or 9182403. OLE color: 9182403.

HSL color Cylindrical-coordinate representation of color #C31C8C: hue angle of 319.76º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C8C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 140 -
CMYK 0 0.86 0.28 0.24
HSL 319.76º 0.75% 0.44% -
HSV(B) 319.76º 0.86% 0.76% -
XYZ 27.65 14.33 26.12 -
YUV 90.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 195 28 140 0 0.86 0.28 0.24 319.76 0.75 0.44
Hex C3 1C 8C 0 56 1C 18 140 4B 2C
Octal 303 34 214 0 126 34 30 500 113 54
Binary 11000011 11100 10001100 0 1010110 11100 11000 101000000 1001011 101100

Color Harmonies of #C31C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C8C

Black with #C31C8C

Text Example


Text Example

White with #C31C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C8C; }

 p { color: rgb(195,28,140); }

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

background-color css

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

 a { background-color: rgb(195,28,140); }

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

border-color css

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

 span { border-color: rgb(195,28,140); }

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