Html Css Color HEX #C3116D Medium Violet Red

📋 copy color: '#C3116D'

red 195 ◦ green 17 ◦ blue 109

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

Shades of Medium Violet Red #C3116D

Tints of Medium Violet Red #C3116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 60.75%
G = 5.3%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3116D (or 0xC3116D) is known color: Medium Violet Red. HEX triplet: C3, 11 and 6D. RGB value is (195,17,109). Sum of RGB (Red+Green+Blue) = 195+17+109=321 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.75% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 195 - color contains mainly: red. Hex color #C3116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3116D is #3CEE92. Grayscale: #505050. Windows color (decimal): -3993235 or 7147971. OLE color: 7147971.

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

Color convert

RGB 195 17 109 -
CMYK 0 0.91 0.44 0.24
HSL 328.99º 0.84% 0.42% -
HSV(B) 328.99º 0.91% 0.76% -
XYZ 25.47 13.11 15.66 -
YUV 80.71 143.97 209.52 -
System Red Green Blue C M Y K H S L
Decimal 195 17 109 0 0.91 0.44 0.24 328.99 0.84 0.42
Hex C3 11 6D 0 5B 2C 18 149 54 2A
Octal 303 21 155 0 133 54 30 511 124 52
Binary 11000011 10001 1101101 0 1011011 101100 11000 101001001 1010100 101010

Color Harmonies of #C3116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3116D

Black with #C3116D

Text Example


Text Example

White with #C3116D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3116D; }

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

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

background-color css

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

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

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

border-color css

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

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

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