Html Css Color HEX #C3116B Medium Violet Red

📋 copy color: '#C3116B'

red 195 ◦ green 17 ◦ blue 107

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

Shades of Medium Violet Red #C3116B

Tints of Medium Violet Red #C3116B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 61.13%
G = 5.33%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3116B (or 0xC3116B) is known color: Medium Violet Red. HEX triplet: C3, 11 and 6B. RGB value is (195,17,107). Sum of RGB (Red+Green+Blue) = 195+17+107=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C3116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3116B is #3CEE94. Grayscale: #505050. Windows color (decimal): -3993237 or 7016899. OLE color: 7016899.

HSL color Cylindrical-coordinate representation of color #C3116B: hue angle of 329.66º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3116B is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 107 -
CMYK 0 0.91 0.45 0.24
HSL 329.66º 0.84% 0.42% -
HSV(B) 329.66º 0.91% 0.76% -
XYZ 25.36 13.06 15.1 -
YUV 80.48 142.97 209.68 -
System Red Green Blue C M Y K H S L
Decimal 195 17 107 0 0.91 0.45 0.24 329.66 0.84 0.42
Hex C3 11 6B 0 5B 2D 18 14A 54 2A
Octal 303 21 153 0 133 55 30 512 124 52
Binary 11000011 10001 1101011 0 1011011 101101 11000 101001010 1010100 101010

Color Harmonies of #C3116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3116B

Black with #C3116B

Text Example


Text Example

White with #C3116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3116B; }

 p { color: rgb(195,17,107); }

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

background-color css

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

 a { background-color: rgb(195,17,107); }

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

border-color css

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

 span { border-color: rgb(195,17,107); }

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