Html Css Color HEX #C400A4 Medium Violet Red

📋 copy color: '#C400A4'

red 196 ◦ green 0 ◦ blue 164

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

Shades of Medium Violet Red #C400A4

Tints of Medium Violet Red #C400A4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 164 (64.45% from 255) = 45.56%

R = 54.44%
G = 0%
B = 45.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C400A4 (or 0xC400A4) is known color: Medium Violet Red. HEX triplet: C4, 00 and A4. RGB value is (196,0,164). Sum of RGB (Red+Green+Blue) = 196+0+164=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C400A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400A4 is #3BFF5B. Grayscale: #4C4C4C. Windows color (decimal): -3931996 or 10748100. OLE color: 10748100.

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

Color convert

RGB 196 0 164 -
CMYK 0 1 0.16 0.23
HSL 309.8º 1% 0.38% -
HSV(B) 309.8º 1% 0.77% -
XYZ 29.47 14.42 36.35 -
YUV 77.3 176.93 212.66 -
System Red Green Blue C M Y K H S L
Decimal 196 0 164 0 1 0.16 0.23 309.8 1 0.38
Hex C4 0 A4 0 64 10 17 136 64 26
Octal 304 0 244 0 144 20 27 466 144 46
Binary 11000100 0 10100100 0 1100100 10000 10111 100110110 1100100 100110

Color Harmonies of #C400A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400A4

Black with #C400A4

Text Example


Text Example

White with #C400A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400A4; }

 p { color: rgb(196,0,164); }

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

background-color css

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

 a { background-color: rgb(196,0,164); }

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

border-color css

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

 span { border-color: rgb(196,0,164); }

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