Html Css Color HEX #C3048A Medium Violet Red

📋 copy color: '#C3048A'

red 195 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #C3048A

Tints of Medium Violet Red #C3048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 57.86%
G = 1.19%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3048A (or 0xC3048A) is known color: Medium Violet Red. HEX triplet: C3, 04 and 8A. RGB value is (195,4,138). Sum of RGB (Red+Green+Blue) = 195+4+138=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3048A is #3CFB75. Grayscale: #4C4C4C. Windows color (decimal): -3996534 or 9045187. OLE color: 9045187.

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

Color convert

RGB 195 4 138 -
CMYK 0 0.98 0.29 0.24
HSL 317.91º 0.96% 0.39% -
HSV(B) 317.91º 0.98% 0.76% -
XYZ 27.14 13.52 25.22 -
YUV 76.39 162.78 212.6 -
System Red Green Blue C M Y K H S L
Decimal 195 4 138 0 0.98 0.29 0.24 317.91 0.96 0.39
Hex C3 4 8A 0 62 1D 18 13E 60 27
Octal 303 4 212 0 142 35 30 476 140 47
Binary 11000011 100 10001010 0 1100010 11101 11000 100111110 1100000 100111

Color Harmonies of #C3048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3048A

Black with #C3048A

Text Example


Text Example

White with #C3048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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