Html Css Color HEX #C400A3 Medium Violet Red

📋 copy color: '#C400A3'

red 196 ◦ green 0 ◦ blue 163

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

Shades of Medium Violet Red #C400A3

Tints of Medium Violet Red #C400A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.4%

R = 54.6%
G = 0%
B = 45.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C400A3 (or 0xC400A3) is known color: Medium Violet Red. HEX triplet: C4, 00 and A3. RGB value is (196,0,163). Sum of RGB (Red+Green+Blue) = 196+0+163=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C400A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400A3 is #3BFF5C. Grayscale: #4C4C4C. Windows color (decimal): -3931997 or 10682564. OLE color: 10682564.

HSL color Cylindrical-coordinate representation of color #C400A3: hue angle of 310.1º 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 #C400A3 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 163 -
CMYK 0 1 0.17 0.23
HSL 310.1º 1% 0.38% -
HSV(B) 310.1º 1% 0.77% -
XYZ 29.38 14.38 35.88 -
YUV 77.19 176.43 212.75 -
System Red Green Blue C M Y K H S L
Decimal 196 0 163 0 1 0.17 0.23 310.1 1 0.38
Hex C4 0 A3 0 64 11 17 136 64 26
Octal 304 0 243 0 144 21 27 466 144 46
Binary 11000100 0 10100011 0 1100100 10001 10111 100110110 1100100 100110

Color Harmonies of #C400A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400A3

Black with #C400A3

Text Example


Text Example

White with #C400A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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