Html Css Color HEX #C1049C Medium Violet Red

📋 copy color: '#C1049C'

red 193 ◦ green 4 ◦ blue 156

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

Shades of Medium Violet Red #C1049C

Tints of Medium Violet Red #C1049C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 54.67%
G = 1.13%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C1049C (or 0xC1049C) is known color: Medium Violet Red. HEX triplet: C1, 04 and 9C. RGB value is (193,4,156). Sum of RGB (Red+Green+Blue) = 193+4+156=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1049C is #3EFB63. Grayscale: #4D4D4D. Windows color (decimal): -4127588 or 10224833. OLE color: 10224833.

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

Color convert

RGB 193 4 156 -
CMYK 0 0.98 0.19 0.24
HSL 311.75º 0.96% 0.39% -
HSV(B) 311.75º 0.98% 0.76% -
XYZ 28.04 13.82 32.64 -
YUV 77.84 172.12 210.14 -
System Red Green Blue C M Y K H S L
Decimal 193 4 156 0 0.98 0.19 0.24 311.75 0.96 0.39
Hex C1 4 9C 0 62 13 18 138 60 27
Octal 301 4 234 0 142 23 30 470 140 47
Binary 11000001 100 10011100 0 1100010 10011 11000 100111000 1100000 100111

Color Harmonies of #C1049C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1049C

Black with #C1049C

Text Example


Text Example

White with #C1049C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1049C; }

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

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

background-color css

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

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

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

border-color css

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

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

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