Html Css Color HEX #C400A1 Medium Violet Red

📋 copy color: '#C400A1'

red 196 ◦ green 0 ◦ blue 161

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

Shades of Medium Violet Red #C400A1

Tints of Medium Violet Red #C400A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 54.9%
G = 0%
B = 45.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C400A1 (or 0xC400A1) is known color: Medium Violet Red. HEX triplet: C4, 00 and A1. RGB value is (196,0,161). Sum of RGB (Red+Green+Blue) = 196+0+161=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C400A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400A1 is #3BFF5E. Grayscale: #4C4C4C. Windows color (decimal): -3931999 or 10551492. OLE color: 10551492.

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

Color convert

RGB 196 0 161 -
CMYK 0 1 0.18 0.23
HSL 310.71º 1% 0.38% -
HSV(B) 310.71º 1% 0.77% -
XYZ 29.2 14.31 34.94 -
YUV 76.96 175.43 212.91 -
System Red Green Blue C M Y K H S L
Decimal 196 0 161 0 1 0.18 0.23 310.71 1 0.38
Hex C4 0 A1 0 64 12 17 137 64 26
Octal 304 0 241 0 144 22 27 467 144 46
Binary 11000100 0 10100001 0 1100100 10010 10111 100110111 1100100 100110

Color Harmonies of #C400A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400A1

Black with #C400A1

Text Example


Text Example

White with #C400A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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