Html Css Color HEX #C31983 Medium Violet Red

📋 copy color: '#C31983'

red 195 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #C31983

Tints of Medium Violet Red #C31983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.12%

 BLUE value IS 131 (51.56% from 255) = 37.32%

R = 55.56%
G = 7.12%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C31983 (or 0xC31983) is known color: Medium Violet Red. HEX triplet: C3, 19 and 83. RGB value is (195,25,131). Sum of RGB (Red+Green+Blue) = 195+25+131=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C31983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31983 is #3CE67C. Grayscale: #575757. Windows color (decimal): -3991165 or 8591811. OLE color: 8591811.

HSL color Cylindrical-coordinate representation of color #C31983: hue angle of 322.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31983 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 25 131 -
CMYK 0 0.87 0.33 0.24
HSL 322.59º 0.77% 0.43% -
HSV(B) 322.59º 0.87% 0.76% -
XYZ 26.95 13.94 22.74 -
YUV 87.91 152.32 204.38 -
System Red Green Blue C M Y K H S L
Decimal 195 25 131 0 0.87 0.33 0.24 322.59 0.77 0.43
Hex C3 19 83 0 57 21 18 143 4D 2B
Octal 303 31 203 0 127 41 30 503 115 53
Binary 11000011 11001 10000011 0 1010111 100001 11000 101000011 1001101 101011

Color Harmonies of #C31983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31983

Black with #C31983

Text Example


Text Example

White with #C31983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31983; }

 p { color: rgb(195,25,131); }

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

background-color css

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

 a { background-color: rgb(195,25,131); }

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

border-color css

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

 span { border-color: rgb(195,25,131); }

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