Html Css Color HEX #C3149F Medium Violet Red

📋 copy color: '#C3149F'

red 195 ◦ green 20 ◦ blue 159

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

Shades of Medium Violet Red #C3149F

Tints of Medium Violet Red #C3149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 52.14%
G = 5.35%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3149F (or 0xC3149F) is known color: Medium Violet Red. HEX triplet: C3, 14 and 9F. RGB value is (195,20,159). Sum of RGB (Red+Green+Blue) = 195+20+159=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3149F is #3CEB60. Grayscale: #575757. Windows color (decimal): -3992417 or 10425539. OLE color: 10425539.

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

Color convert

RGB 195 20 159 -
CMYK 0 0.90 0.18 0.24
HSL 312.34º 0.81% 0.42% -
HSV(B) 312.34º 0.9% 0.76% -
XYZ 29.01 14.61 34.09 -
YUV 88.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 195 20 159 0 0.90 0.18 0.24 312.34 0.81 0.42
Hex C3 14 9F 0 5A 12 18 138 51 2A
Octal 303 24 237 0 132 22 30 470 121 52
Binary 11000011 10100 10011111 0 1011010 10010 11000 100111000 1010001 101010

Color Harmonies of #C3149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3149F

Black with #C3149F

Text Example


Text Example

White with #C3149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3149F; }

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

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

background-color css

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

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

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

border-color css

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

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

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