Html Css Color HEX #C3157F Medium Violet Red

📋 copy color: '#C3157F'

red 195 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #C3157F

Tints of Medium Violet Red #C3157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.12%

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

R = 56.85%
G = 6.12%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3157F (or 0xC3157F) is known color: Medium Violet Red. HEX triplet: C3, 15 and 7F. RGB value is (195,21,127). Sum of RGB (Red+Green+Blue) = 195+21+127=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3157F is #3CEA80. Grayscale: #545454. Windows color (decimal): -3992193 or 8328643. OLE color: 8328643.

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

Color convert

RGB 195 21 127 -
CMYK 0 0.89 0.35 0.24
HSL 323.45º 0.81% 0.42% -
HSV(B) 323.45º 0.89% 0.76% -
XYZ 26.6 13.67 21.32 -
YUV 85.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 195 21 127 0 0.89 0.35 0.24 323.45 0.81 0.42
Hex C3 15 7F 0 59 23 18 143 51 2A
Octal 303 25 177 0 131 43 30 503 121 52
Binary 11000011 10101 1111111 0 1011001 100011 11000 101000011 1010001 101010

Color Harmonies of #C3157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3157F

Black with #C3157F

Text Example


Text Example

White with #C3157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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