Html Css Color HEX #C31D84 Medium Violet Red

📋 copy color: '#C31D84'

red 195 ◦ green 29 ◦ blue 132

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

Shades of Medium Violet Red #C31D84

Tints of Medium Violet Red #C31D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 54.78%
G = 8.15%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C31D84 (or 0xC31D84) is known color: Medium Violet Red. HEX triplet: C3, 1D and 84. RGB value is (195,29,132). Sum of RGB (Red+Green+Blue) = 195+29+132=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C31D84 is #3CE27B. Grayscale: #5A5A5A. Windows color (decimal): -3990140 or 8658371. OLE color: 8658371.

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

Color convert

RGB 195 29 132 -
CMYK 0 0.85 0.32 0.24
HSL 322.77º 0.74% 0.44% -
HSV(B) 322.77º 0.85% 0.76% -
XYZ 27.11 14.15 23.13 -
YUV 90.38 151.5 202.62 -
System Red Green Blue C M Y K H S L
Decimal 195 29 132 0 0.85 0.32 0.24 322.77 0.74 0.44
Hex C3 1D 84 0 55 20 18 143 4A 2C
Octal 303 35 204 0 125 40 30 503 112 54
Binary 11000011 11101 10000100 0 1010101 100000 11000 101000011 1001010 101100

Color Harmonies of #C31D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D84

Black with #C31D84

Text Example


Text Example

White with #C31D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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