Html Css Color HEX #C3116C Medium Violet Red

📋 copy color: '#C3116C'

red 195 ◦ green 17 ◦ blue 108

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

Shades of Medium Violet Red #C3116C

Tints of Medium Violet Red #C3116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 60.94%
G = 5.31%
B = 33.75%

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

#C3116C (or 0xC3116C) is known color: Medium Violet Red. HEX triplet: C3, 11 and 6C. RGB value is (195,17,108). Sum of RGB (Red+Green+Blue) = 195+17+108=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3116C is #3CEE93. Grayscale: #505050. Windows color (decimal): -3993236 or 7082435. OLE color: 7082435.

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

Color convert

RGB 195 17 108 -
CMYK 0 0.91 0.45 0.24
HSL 329.33º 0.84% 0.42% -
HSV(B) 329.33º 0.91% 0.76% -
XYZ 25.41 13.09 15.37 -
YUV 80.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 195 17 108 0 0.91 0.45 0.24 329.33 0.84 0.42
Hex C3 11 6C 0 5B 2D 18 149 54 2A
Octal 303 21 154 0 133 55 30 511 124 52
Binary 11000011 10001 1101100 0 1011011 101101 11000 101001001 1010100 101010

Color Harmonies of #C3116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3116C

Black with #C3116C

Text Example


Text Example

White with #C3116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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