Html Css Color HEX #C40C7C Medium Violet Red

📋 copy color: '#C40C7C'

red 196 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #C40C7C

Tints of Medium Violet Red #C40C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.35%

R = 59.04%
G = 3.61%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C40C7C (or 0xC40C7C) is known color: Medium Violet Red. HEX triplet: C4, 0C and 7C. RGB value is (196,12,124). Sum of RGB (Red+Green+Blue) = 196+12+124=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C7C is #3BF383. Grayscale: #4F4F4F. Windows color (decimal): -3928964 or 8129732. OLE color: 8129732.

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

Color convert

RGB 196 12 124 -
CMYK 0 0.94 0.37 0.23
HSL 323.48º 0.88% 0.41% -
HSV(B) 323.48º 0.94% 0.77% -
XYZ 26.53 13.45 20.27 -
YUV 79.78 152.96 210.89 -
System Red Green Blue C M Y K H S L
Decimal 196 12 124 0 0.94 0.37 0.23 323.48 0.88 0.41
Hex C4 C 7C 0 5E 25 17 143 58 29
Octal 304 14 174 0 136 45 27 503 130 51
Binary 11000100 1100 1111100 0 1011110 100101 10111 101000011 1011000 101001

Color Harmonies of #C40C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C7C

Black with #C40C7C

Text Example


Text Example

White with #C40C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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