Html Css Color HEX #C31081 Medium Violet Red

📋 copy color: '#C31081'

red 195 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #C31081

Tints of Medium Violet Red #C31081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.71%

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 57.35%
G = 4.71%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C31081 (or 0xC31081) is known color: Medium Violet Red. HEX triplet: C3, 10 and 81. RGB value is (195,16,129). Sum of RGB (Red+Green+Blue) = 195+16+129=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C31081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31081 is #3CEF7E. Grayscale: #525252. Windows color (decimal): -3993471 or 8458435. OLE color: 8458435.

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

Color convert

RGB 195 16 129 -
CMYK 0 0.92 0.34 0.24
HSL 322.12º 0.85% 0.41% -
HSV(B) 322.12º 0.92% 0.76% -
XYZ 26.65 13.56 21.98 -
YUV 82.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 195 16 129 0 0.92 0.34 0.24 322.12 0.85 0.41
Hex C3 10 81 0 5C 22 18 142 55 29
Octal 303 20 201 0 134 42 30 502 125 51
Binary 11000011 10000 10000001 0 1011100 100010 11000 101000010 1010101 101001

Color Harmonies of #C31081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31081

Black with #C31081

Text Example


Text Example

White with #C31081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31081; }

 p { color: rgb(195,16,129); }

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

background-color css

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

 a { background-color: rgb(195,16,129); }

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

border-color css

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

 span { border-color: rgb(195,16,129); }

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