Html Css Color HEX #C1048A Medium Violet Red

📋 copy color: '#C1048A'

red 193 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #C1048A

Tints of Medium Violet Red #C1048A

RGB

 RED value IS 193 (75.78% from 255) = 57.61%

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

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

R = 57.61%
G = 1.19%
B = 41.19%

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

#C1048A (or 0xC1048A) is known color: Medium Violet Red. HEX triplet: C1, 04 and 8A. RGB value is (193,4,138). Sum of RGB (Red+Green+Blue) = 193+4+138=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1048A is #3EFB75. Grayscale: #4B4B4B. Windows color (decimal): -4127606 or 9045185. OLE color: 9045185.

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

Color convert

RGB 193 4 138 -
CMYK 0 0.98 0.28 0.24
HSL 317.46º 0.96% 0.39% -
HSV(B) 317.46º 0.98% 0.76% -
XYZ 26.62 13.26 25.2 -
YUV 75.79 163.12 211.6 -
System Red Green Blue C M Y K H S L
Decimal 193 4 138 0 0.98 0.28 0.24 317.46 0.96 0.39
Hex C1 4 8A 0 62 1C 18 13D 60 27
Octal 301 4 212 0 142 34 30 475 140 47
Binary 11000001 100 10001010 0 1100010 11100 11000 100111101 1100000 100111

Color Harmonies of #C1048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1048A

Black with #C1048A

Text Example


Text Example

White with #C1048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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