Html Css Color HEX #C31C75 Medium Violet Red

📋 copy color: '#C31C75'

red 195 ◦ green 28 ◦ blue 117

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

Shades of Medium Violet Red #C31C75

Tints of Medium Violet Red #C31C75

RGB

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

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

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

R = 57.35%
G = 8.24%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C31C75 (or 0xC31C75) is known color: Medium Violet Red. HEX triplet: C3, 1C and 75. RGB value is (195,28,117). Sum of RGB (Red+Green+Blue) = 195+28+117=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31C75 is #3CE38A. Grayscale: #575757. Windows color (decimal): -3990411 or 7675075. OLE color: 7675075.

HSL color Cylindrical-coordinate representation of color #C31C75: hue angle of 328.02º 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 #C31C75 is Cyan = 0, Magento = 0.86, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 28 117 -
CMYK 0 0.86 0.4 0.24
HSL 328.02º 0.75% 0.44% -
HSV(B) 328.02º 0.86% 0.76% -
XYZ 26.13 13.72 18.1 -
YUV 88.08 144.33 204.26 -
System Red Green Blue C M Y K H S L
Decimal 195 28 117 0 0.86 0.4 0.24 328.02 0.75 0.44
Hex C3 1C 75 0 56 28 18 148 4B 2C
Octal 303 34 165 0 126 50 30 510 113 54
Binary 11000011 11100 1110101 0 1010110 101000 11000 101001000 1001011 101100

Color Harmonies of #C31C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C75

Black with #C31C75

Text Example


Text Example

White with #C31C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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