Html Css Color HEX #C3049F Medium Violet Red

📋 copy color: '#C3049F'

red 195 ◦ green 4 ◦ blue 159

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

Shades of Medium Violet Red #C3049F

Tints of Medium Violet Red #C3049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 54.47%
G = 1.12%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3049F (or 0xC3049F) is known color: Medium Violet Red. HEX triplet: C3, 04 and 9F. RGB value is (195,4,159). Sum of RGB (Red+Green+Blue) = 195+4+159=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3049F is #3CFB60. Grayscale: #4E4E4E. Windows color (decimal): -3996513 or 10421443. OLE color: 10421443.

HSL color Cylindrical-coordinate representation of color #C3049F: hue angle of 311.31º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3049F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 159 -
CMYK 0 0.98 0.18 0.24
HSL 311.31º 0.96% 0.39% -
HSV(B) 311.31º 0.98% 0.76% -
XYZ 28.81 14.19 34.02 -
YUV 78.78 173.28 210.9 -
System Red Green Blue C M Y K H S L
Decimal 195 4 159 0 0.98 0.18 0.24 311.31 0.96 0.39
Hex C3 4 9F 0 62 12 18 137 60 27
Octal 303 4 237 0 142 22 30 467 140 47
Binary 11000011 100 10011111 0 1100010 10010 11000 100110111 1100000 100111

Color Harmonies of #C3049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3049F

Black with #C3049F

Text Example


Text Example

White with #C3049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3049F; }

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

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

background-color css

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

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

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

border-color css

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

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

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