Html Css Color HEX #C3048E Medium Violet Red

📋 copy color: '#C3048E'

red 195 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #C3048E

Tints of Medium Violet Red #C3048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 57.18%
G = 1.17%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3048E (or 0xC3048E) is known color: Medium Violet Red. HEX triplet: C3, 04 and 8E. RGB value is (195,4,142). Sum of RGB (Red+Green+Blue) = 195+4+142=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3048E is #3CFB71. Grayscale: #4C4C4C. Windows color (decimal): -3996530 or 9307331. OLE color: 9307331.

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

Color convert

RGB 195 4 142 -
CMYK 0 0.98 0.27 0.24
HSL 316.65º 0.96% 0.39% -
HSV(B) 316.65º 0.98% 0.76% -
XYZ 27.43 13.64 26.78 -
YUV 76.84 164.78 212.28 -
System Red Green Blue C M Y K H S L
Decimal 195 4 142 0 0.98 0.27 0.24 316.65 0.96 0.39
Hex C3 4 8E 0 62 1B 18 13D 60 27
Octal 303 4 216 0 142 33 30 475 140 47
Binary 11000011 100 10001110 0 1100010 11011 11000 100111101 1100000 100111

Color Harmonies of #C3048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3048E

Black with #C3048E

Text Example


Text Example

White with #C3048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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