Html Css Color HEX #C4019A Medium Violet Red

📋 copy color: '#C4019A'

red 196 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #C4019A

Tints of Medium Violet Red #C4019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 55.84%
G = 0.28%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4019A (or 0xC4019A) is known color: Medium Violet Red. HEX triplet: C4, 01 and 9A. RGB value is (196,1,154). Sum of RGB (Red+Green+Blue) = 196+1+154=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4019A is #3BFE65. Grayscale: #4C4C4C. Windows color (decimal): -3931750 or 10092996. OLE color: 10092996.

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

Color convert

RGB 196 1 154 -
CMYK 0 0.99 0.21 0.23
HSL 312.92º 0.99% 0.39% -
HSV(B) 312.92º 0.99% 0.77% -
XYZ 28.61 14.09 31.78 -
YUV 76.75 171.6 213.06 -
System Red Green Blue C M Y K H S L
Decimal 196 1 154 0 0.99 0.21 0.23 312.92 0.99 0.39
Hex C4 1 9A 0 63 15 17 139 63 27
Octal 304 1 232 0 143 25 27 471 143 47
Binary 11000100 1 10011010 0 1100011 10101 10111 100111001 1100011 100111

Color Harmonies of #C4019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4019A

Black with #C4019A

Text Example


Text Example

White with #C4019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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