Html Css Color HEX #C31D8A Medium Violet Red

📋 copy color: '#C31D8A'

red 195 ◦ green 29 ◦ blue 138

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

Shades of Medium Violet Red #C31D8A

Tints of Medium Violet Red #C31D8A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.01%

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 53.87%
G = 8.01%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C31D8A (or 0xC31D8A) is known color: Medium Violet Red. HEX triplet: C3, 1D and 8A. RGB value is (195,29,138). Sum of RGB (Red+Green+Blue) = 195+29+138=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D8A is #3CE275. Grayscale: #5A5A5A. Windows color (decimal): -3990134 or 9051587. OLE color: 9051587.

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

Color convert

RGB 195 29 138 -
CMYK 0 0.85 0.29 0.24
HSL 320.6º 0.74% 0.44% -
HSV(B) 320.6º 0.85% 0.76% -
XYZ 27.53 14.32 25.36 -
YUV 91.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 195 29 138 0 0.85 0.29 0.24 320.6 0.74 0.44
Hex C3 1D 8A 0 55 1D 18 141 4A 2C
Octal 303 35 212 0 125 35 30 501 112 54
Binary 11000011 11101 10001010 0 1010101 11101 11000 101000001 1001010 101100

Color Harmonies of #C31D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D8A

Black with #C31D8A

Text Example


Text Example

White with #C31D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D8A; }

 p { color: rgb(195,29,138); }

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

background-color css

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

 a { background-color: rgb(195,29,138); }

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

border-color css

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

 span { border-color: rgb(195,29,138); }

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