Html Css Color HEX #C31683 Medium Violet Red

📋 copy color: '#C31683'

red 195 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #C31683

Tints of Medium Violet Red #C31683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.32%

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

R = 56.03%
G = 6.32%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C31683 (or 0xC31683) is known color: Medium Violet Red. HEX triplet: C3, 16 and 83. RGB value is (195,22,131). Sum of RGB (Red+Green+Blue) = 195+22+131=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C31683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C31683 is #3CE97C. Grayscale: #555555. Windows color (decimal): -3991933 or 8591043. OLE color: 8591043.

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

Color convert

RGB 195 22 131 -
CMYK 0 0.89 0.33 0.24
HSL 322.2º 0.8% 0.43% -
HSV(B) 322.2º 0.89% 0.76% -
XYZ 26.89 13.81 22.72 -
YUV 86.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 195 22 131 0 0.89 0.33 0.24 322.2 0.8 0.43
Hex C3 16 83 0 59 21 18 142 50 2B
Octal 303 26 203 0 131 41 30 502 120 53
Binary 11000011 10110 10000011 0 1011001 100001 11000 101000010 1010000 101011

Color Harmonies of #C31683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31683

Black with #C31683

Text Example


Text Example

White with #C31683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31683; }

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

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

background-color css

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

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

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

border-color css

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

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

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