Html Css Color HEX #C3147F Medium Violet Red

📋 copy color: '#C3147F'

red 195 ◦ green 20 ◦ blue 127

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

Shades of Medium Violet Red #C3147F

Tints of Medium Violet Red #C3147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

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

R = 57.02%
G = 5.85%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3147F (or 0xC3147F) is known color: Medium Violet Red. HEX triplet: C3, 14 and 7F. RGB value is (195,20,127). Sum of RGB (Red+Green+Blue) = 195+20+127=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C3147F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3147F is #3CEB80. Grayscale: #545454. Windows color (decimal): -3992449 or 8328387. OLE color: 8328387.

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

Color convert

RGB 195 20 127 -
CMYK 0 0.90 0.35 0.24
HSL 323.31º 0.81% 0.42% -
HSV(B) 323.31º 0.9% 0.76% -
XYZ 26.59 13.63 21.31 -
YUV 84.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 195 20 127 0 0.90 0.35 0.24 323.31 0.81 0.42
Hex C3 14 7F 0 5A 23 18 143 51 2A
Octal 303 24 177 0 132 43 30 503 121 52
Binary 11000011 10100 1111111 0 1011010 100011 11000 101000011 1010001 101010

Color Harmonies of #C3147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3147F

Black with #C3147F

Text Example


Text Example

White with #C3147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3147F; }

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

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

background-color css

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

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

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

border-color css

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

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

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