Html Css Color HEX #C4006F Medium Violet Red

📋 copy color: '#C4006F'

red 196 ◦ green 0 ◦ blue 111

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

Shades of Medium Violet Red #C4006F

Tints of Medium Violet Red #C4006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 63.84%
G = 0%
B = 36.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4006F (or 0xC4006F) is known color: Medium Violet Red. HEX triplet: C4, 00 and 6F. RGB value is (196,0,111). Sum of RGB (Red+Green+Blue) = 196+0+111=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4006F is #3BFF90. Grayscale: #474747. Windows color (decimal): -3932049 or 7274692. OLE color: 7274692.

HSL color Cylindrical-coordinate representation of color #C4006F: hue angle of 326.02º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4006F is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 0 111 -
CMYK 0 1 0.43 0.23
HSL 326.02º 1% 0.38% -
HSV(B) 326.02º 1% 0.77% -
XYZ 25.63 12.88 16.17 -
YUV 71.26 150.43 216.97 -
System Red Green Blue C M Y K H S L
Decimal 196 0 111 0 1 0.43 0.23 326.02 1 0.38
Hex C4 0 6F 0 64 2B 17 146 64 26
Octal 304 0 157 0 144 53 27 506 144 46
Binary 11000100 0 1101111 0 1100100 101011 10111 101000110 1100100 100110

Color Harmonies of #C4006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4006F

Black with #C4006F

Text Example


Text Example

White with #C4006F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4006F; }

 p { color: rgb(196,0,111); }

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

background-color css

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

 a { background-color: rgb(196,0,111); }

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

border-color css

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

 span { border-color: rgb(196,0,111); }

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