Html Css Color HEX #C4008D Medium Violet Red

📋 copy color: '#C4008D'

red 196 ◦ green 0 ◦ blue 141

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

Shades of Medium Violet Red #C4008D

Tints of Medium Violet Red #C4008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.84%

R = 58.16%
G = 0%
B = 41.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4008D (or 0xC4008D) is known color: Medium Violet Red. HEX triplet: C4, 00 and 8D. RGB value is (196,0,141). Sum of RGB (Red+Green+Blue) = 196+0+141=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4008D is #3BFF72. Grayscale: #4A4A4A. Windows color (decimal): -3932019 or 9240772. OLE color: 9240772.

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

Color convert

RGB 196 0 141 -
CMYK 0 1 0.28 0.23
HSL 316.84º 1% 0.38% -
HSV(B) 316.84º 1% 0.77% -
XYZ 27.57 13.66 26.38 -
YUV 74.68 165.43 214.54 -
System Red Green Blue C M Y K H S L
Decimal 196 0 141 0 1 0.28 0.23 316.84 1 0.38
Hex C4 0 8D 0 64 1C 17 13D 64 26
Octal 304 0 215 0 144 34 27 475 144 46
Binary 11000100 0 10001101 0 1100100 11100 10111 100111101 1100100 100110

Color Harmonies of #C4008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4008D

Black with #C4008D

Text Example


Text Example

White with #C4008D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4008D; }

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

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

background-color css

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

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

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

border-color css

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

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

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