Html Css Color HEX #C404A5 Medium Violet Red

📋 copy color: '#C404A5'

red 196 ◦ green 4 ◦ blue 165

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

Shades of Medium Violet Red #C404A5

Tints of Medium Violet Red #C404A5

RGB

 RED value IS 196 (76.95% from 255) = 53.7%

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

 BLUE value IS 165 (64.84% from 255) = 45.21%

R = 53.7%
G = 1.1%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C404A5 (or 0xC404A5) is known color: Medium Violet Red. HEX triplet: C4, 04 and A5. RGB value is (196,4,165). Sum of RGB (Red+Green+Blue) = 196+4+165=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C404A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C404A5 is #3BFB5A. Grayscale: #4F4F4F. Windows color (decimal): -3930971 or 10814660. OLE color: 10814660.

HSL color Cylindrical-coordinate representation of color #C404A5: hue angle of 309.69º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404A5 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 165 -
CMYK 0 0.98 0.16 0.23
HSL 309.69º 0.96% 0.39% -
HSV(B) 309.69º 0.98% 0.77% -
XYZ 29.6 14.54 36.84 -
YUV 79.76 176.11 210.91 -
System Red Green Blue C M Y K H S L
Decimal 196 4 165 0 0.98 0.16 0.23 309.69 0.96 0.39
Hex C4 4 A5 0 62 10 17 136 60 27
Octal 304 4 245 0 142 20 27 466 140 47
Binary 11000100 100 10100101 0 1100010 10000 10111 100110110 1100000 100111

Color Harmonies of #C404A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404A5

Black with #C404A5

Text Example


Text Example

White with #C404A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404A5; }

 p { color: rgb(196,4,165); }

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

background-color css

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

 a { background-color: rgb(196,4,165); }

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

border-color css

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

 span { border-color: rgb(196,4,165); }

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