Html Css Color HEX #C40C8F Medium Violet Red

📋 copy color: '#C40C8F'

red 196 ◦ green 12 ◦ blue 143

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

Shades of Medium Violet Red #C40C8F

Tints of Medium Violet Red #C40C8F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.42%

 BLUE value IS 143 (56.25% from 255) = 40.74%

R = 55.84%
G = 3.42%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C40C8F (or 0xC40C8F) is known color: Medium Violet Red. HEX triplet: C4, 0C and 8F. RGB value is (196,12,143). Sum of RGB (Red+Green+Blue) = 196+12+143=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C8F is #3BF370. Grayscale: #515151. Windows color (decimal): -3928945 or 9374916. OLE color: 9374916.

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

Color convert

RGB 196 12 143 -
CMYK 0 0.94 0.27 0.23
HSL 317.28º 0.88% 0.41% -
HSV(B) 317.28º 0.94% 0.77% -
XYZ 27.85 13.98 27.22 -
YUV 81.95 162.46 209.35 -
System Red Green Blue C M Y K H S L
Decimal 196 12 143 0 0.94 0.27 0.23 317.28 0.88 0.41
Hex C4 C 8F 0 5E 1B 17 13D 58 29
Octal 304 14 217 0 136 33 27 475 130 51
Binary 11000100 1100 10001111 0 1011110 11011 10111 100111101 1011000 101001

Color Harmonies of #C40C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C8F

Black with #C40C8F

Text Example


Text Example

White with #C40C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C8F; }

 p { color: rgb(196,12,143); }

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

background-color css

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

 a { background-color: rgb(196,12,143); }

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

border-color css

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

 span { border-color: rgb(196,12,143); }

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