Html Css Color HEX #C4066B Medium Violet Red

📋 copy color: '#C4066B'

red 196 ◦ green 6 ◦ blue 107

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

Shades of Medium Violet Red #C4066B

Tints of Medium Violet Red #C4066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 63.43%
G = 1.94%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4066B (or 0xC4066B) is known color: Medium Violet Red. HEX triplet: C4, 06 and 6B. RGB value is (196,6,107). Sum of RGB (Red+Green+Blue) = 196+6+107=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4066B is #3BF994. Grayscale: #4A4A4A. Windows color (decimal): -3930517 or 7014084. OLE color: 7014084.

HSL color Cylindrical-coordinate representation of color #C4066B: hue angle of 328.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4066B is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 107 -
CMYK 0 0.97 0.45 0.23
HSL 328.11º 0.94% 0.4% -
HSV(B) 328.11º 0.97% 0.77% -
XYZ 25.48 12.93 15.06 -
YUV 74.32 146.45 214.79 -
System Red Green Blue C M Y K H S L
Decimal 196 6 107 0 0.97 0.45 0.23 328.11 0.94 0.4
Hex C4 6 6B 0 61 2D 17 148 5E 28
Octal 304 6 153 0 141 55 27 510 136 50
Binary 11000100 110 1101011 0 1100001 101101 10111 101001000 1011110 101000

Color Harmonies of #C4066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4066B

Black with #C4066B

Text Example


Text Example

White with #C4066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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