Html Css Color HEX #C3048D Medium Violet Red

📋 copy color: '#C3048D'

red 195 ◦ green 4 ◦ blue 141

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

Shades of Medium Violet Red #C3048D

Tints of Medium Violet Red #C3048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.47%

R = 57.35%
G = 1.18%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3048D (or 0xC3048D) is known color: Medium Violet Red. HEX triplet: C3, 04 and 8D. RGB value is (195,4,141). Sum of RGB (Red+Green+Blue) = 195+4+141=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3048D is #3CFB72. Grayscale: #4C4C4C. Windows color (decimal): -3996531 or 9241795. OLE color: 9241795.

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

Color convert

RGB 195 4 141 -
CMYK 0 0.98 0.28 0.24
HSL 316.96º 0.96% 0.39% -
HSV(B) 316.96º 0.98% 0.76% -
XYZ 27.36 13.61 26.38 -
YUV 76.73 164.28 212.36 -
System Red Green Blue C M Y K H S L
Decimal 195 4 141 0 0.98 0.28 0.24 316.96 0.96 0.39
Hex C3 4 8D 0 62 1C 18 13D 60 27
Octal 303 4 215 0 142 34 30 475 140 47
Binary 11000011 100 10001101 0 1100010 11100 11000 100111101 1100000 100111

Color Harmonies of #C3048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3048D

Black with #C3048D

Text Example


Text Example

White with #C3048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3048D; }

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

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

background-color css

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

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

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

border-color css

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

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

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