Html Css Color HEX #C401A0 Medium Violet Red

📋 copy color: '#C401A0'

red 196 ◦ green 1 ◦ blue 160

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

Shades of Medium Violet Red #C401A0

Tints of Medium Violet Red #C401A0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 160 (62.89% from 255) = 44.82%

R = 54.9%
G = 0.28%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C401A0 (or 0xC401A0) is known color: Medium Violet Red. HEX triplet: C4, 01 and A0. RGB value is (196,1,160). Sum of RGB (Red+Green+Blue) = 196+1+160=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C401A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401A0 is #3BFE5F. Grayscale: #4C4C4C. Windows color (decimal): -3931744 or 10486212. OLE color: 10486212.

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

Color convert

RGB 196 1 160 -
CMYK 0 0.99 0.18 0.23
HSL 311.08º 0.99% 0.39% -
HSV(B) 311.08º 0.99% 0.77% -
XYZ 29.12 14.3 34.48 -
YUV 77.43 174.6 212.57 -
System Red Green Blue C M Y K H S L
Decimal 196 1 160 0 0.99 0.18 0.23 311.08 0.99 0.39
Hex C4 1 A0 0 63 12 17 137 63 27
Octal 304 1 240 0 143 22 27 467 143 47
Binary 11000100 1 10100000 0 1100011 10010 10111 100110111 1100011 100111

Color Harmonies of #C401A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401A0

Black with #C401A0

Text Example


Text Example

White with #C401A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401A0; }

 p { color: rgb(196,1,160); }

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

background-color css

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

 a { background-color: rgb(196,1,160); }

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

border-color css

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

 span { border-color: rgb(196,1,160); }

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