Html Css Color HEX #C3117F Medium Violet Red

📋 copy color: '#C3117F'

red 195 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #C3117F

Tints of Medium Violet Red #C3117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 57.52%
G = 5.01%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3117F (or 0xC3117F) is known color: Medium Violet Red. HEX triplet: C3, 11 and 7F. RGB value is (195,17,127). Sum of RGB (Red+Green+Blue) = 195+17+127=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3117F is #3CEE80. Grayscale: #525252. Windows color (decimal): -3993217 or 8327619. OLE color: 8327619.

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

Color convert

RGB 195 17 127 -
CMYK 0 0.91 0.35 0.24
HSL 322.92º 0.84% 0.42% -
HSV(B) 322.92º 0.91% 0.76% -
XYZ 26.54 13.54 21.29 -
YUV 82.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 195 17 127 0 0.91 0.35 0.24 322.92 0.84 0.42
Hex C3 11 7F 0 5B 23 18 143 54 2A
Octal 303 21 177 0 133 43 30 503 124 52
Binary 11000011 10001 1111111 0 1011011 100011 11000 101000011 1010100 101010

Color Harmonies of #C3117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3117F

Black with #C3117F

Text Example


Text Example

White with #C3117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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