Html Css Color HEX #C401A2 Medium Violet Red

📋 copy color: '#C401A2'

red 196 ◦ green 1 ◦ blue 162

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

Shades of Medium Violet Red #C401A2

Tints of Medium Violet Red #C401A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.13%

R = 54.6%
G = 0.28%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C401A2 (or 0xC401A2) is known color: Medium Violet Red. HEX triplet: C4, 01 and A2. RGB value is (196,1,162). Sum of RGB (Red+Green+Blue) = 196+1+162=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C401A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401A2 is #3BFE5D. Grayscale: #4D4D4D. Windows color (decimal): -3931742 or 10617284. OLE color: 10617284.

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

Color convert

RGB 196 1 162 -
CMYK 0 0.99 0.17 0.23
HSL 310.46º 0.99% 0.39% -
HSV(B) 310.46º 0.99% 0.77% -
XYZ 29.3 14.37 35.41 -
YUV 77.66 175.6 212.41 -
System Red Green Blue C M Y K H S L
Decimal 196 1 162 0 0.99 0.17 0.23 310.46 0.99 0.39
Hex C4 1 A2 0 63 11 17 136 63 27
Octal 304 1 242 0 143 21 27 466 143 47
Binary 11000100 1 10100010 0 1100011 10001 10111 100110110 1100011 100111

Color Harmonies of #C401A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401A2

Black with #C401A2

Text Example


Text Example

White with #C401A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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