Html Css Color HEX #C4016D Medium Violet Red

📋 copy color: '#C4016D'

red 196 ◦ green 1 ◦ blue 109

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

Shades of Medium Violet Red #C4016D

Tints of Medium Violet Red #C4016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 64.05%
G = 0.33%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4016D (or 0xC4016D) is known color: Medium Violet Red. HEX triplet: C4, 01 and 6D. RGB value is (196,1,109). Sum of RGB (Red+Green+Blue) = 196+1+109=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4016D is #3BFE92. Grayscale: #474747. Windows color (decimal): -3931795 or 7143876. OLE color: 7143876.

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

Color convert

RGB 196 1 109 -
CMYK 0 0.99 0.44 0.23
HSL 326.77º 0.99% 0.39% -
HSV(B) 326.77º 0.99% 0.77% -
XYZ 25.54 12.86 15.6 -
YUV 71.62 149.1 216.72 -
System Red Green Blue C M Y K H S L
Decimal 196 1 109 0 0.99 0.44 0.23 326.77 0.99 0.39
Hex C4 1 6D 0 63 2C 17 147 63 27
Octal 304 1 155 0 143 54 27 507 143 47
Binary 11000100 1 1101101 0 1100011 101100 10111 101000111 1100011 100111

Color Harmonies of #C4016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4016D

Black with #C4016D

Text Example


Text Example

White with #C4016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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