Html Css Color HEX #C4016B Medium Violet Red

📋 copy color: '#C4016B'

red 196 ◦ green 1 ◦ blue 107

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

Shades of Medium Violet Red #C4016B

Tints of Medium Violet Red #C4016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 64.47%
G = 0.33%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4016B (or 0xC4016B) is known color: Medium Violet Red. HEX triplet: C4, 01 and 6B. RGB value is (196,1,107). Sum of RGB (Red+Green+Blue) = 196+1+107=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4016B is #3BFE94. Grayscale: #474747. Windows color (decimal): -3931797 or 7012804. OLE color: 7012804.

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

Color convert

RGB 196 1 107 -
CMYK 0 0.99 0.45 0.23
HSL 327.38º 0.99% 0.39% -
HSV(B) 327.38º 0.99% 0.77% -
XYZ 25.43 12.82 15.04 -
YUV 71.39 148.1 216.88 -
System Red Green Blue C M Y K H S L
Decimal 196 1 107 0 0.99 0.45 0.23 327.38 0.99 0.39
Hex C4 1 6B 0 63 2D 17 147 63 27
Octal 304 1 153 0 143 55 27 507 143 47
Binary 11000100 1 1101011 0 1100011 101101 10111 101000111 1100011 100111

Color Harmonies of #C4016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4016B

Black with #C4016B

Text Example


Text Example

White with #C4016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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