Html Css Color HEX #C104A2 Medium Violet Red

📋 copy color: '#C104A2'

red 193 ◦ green 4 ◦ blue 162

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

Shades of Medium Violet Red #C104A2

Tints of Medium Violet Red #C104A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 53.76%
G = 1.11%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C104A2 (or 0xC104A2) is known color: Medium Violet Red. HEX triplet: C1, 04 and A2. RGB value is (193,4,162). Sum of RGB (Red+Green+Blue) = 193+4+162=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C104A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C104A2 is #3EFB5D. Grayscale: #4E4E4E. Windows color (decimal): -4127582 or 10618049. OLE color: 10618049.

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

Color convert

RGB 193 4 162 -
CMYK 0 0.98 0.16 0.24
HSL 309.84º 0.96% 0.39% -
HSV(B) 309.84º 0.98% 0.76% -
XYZ 28.56 14.03 35.39 -
YUV 78.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 193 4 162 0 0.98 0.16 0.24 309.84 0.96 0.39
Hex C1 4 A2 0 62 10 18 136 60 27
Octal 301 4 242 0 142 20 30 466 140 47
Binary 11000001 100 10100010 0 1100010 10000 11000 100110110 1100000 100111

Color Harmonies of #C104A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104A2

Black with #C104A2

Text Example


Text Example

White with #C104A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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