Html Css Color HEX #C4016A Medium Violet Red

📋 copy color: '#C4016A'

red 196 ◦ green 1 ◦ blue 106

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

Shades of Medium Violet Red #C4016A

Tints of Medium Violet Red #C4016A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 64.69%
G = 0.33%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4016A (or 0xC4016A) is known color: Medium Violet Red. HEX triplet: C4, 01 and 6A. RGB value is (196,1,106). Sum of RGB (Red+Green+Blue) = 196+1+106=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4016A is #3BFE95. Grayscale: #474747. Windows color (decimal): -3931798 or 6947268. OLE color: 6947268.

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

Color convert

RGB 196 1 106 -
CMYK 0 0.99 0.46 0.23
HSL 327.69º 0.99% 0.39% -
HSV(B) 327.69º 0.99% 0.77% -
XYZ 25.38 12.8 14.77 -
YUV 71.28 147.6 216.96 -
System Red Green Blue C M Y K H S L
Decimal 196 1 106 0 0.99 0.46 0.23 327.69 0.99 0.39
Hex C4 1 6A 0 63 2E 17 148 63 27
Octal 304 1 152 0 143 56 27 510 143 47
Binary 11000100 1 1101010 0 1100011 101110 10111 101001000 1100011 100111

Color Harmonies of #C4016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4016A

Black with #C4016A

Text Example


Text Example

White with #C4016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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