Html Css Color HEX #C40279 Medium Violet Red

📋 copy color: '#C40279'

red 196 ◦ green 2 ◦ blue 121

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

Shades of Medium Violet Red #C40279

Tints of Medium Violet Red #C40279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 121 (47.66% from 255) = 37.93%

R = 61.44%
G = 0.63%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C40279 (or 0xC40279) is known color: Medium Violet Red. HEX triplet: C4, 02 and 79. RGB value is (196,2,121). Sum of RGB (Red+Green+Blue) = 196+2+121=319 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.44% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 196 - color contains mainly: red. Hex color #C40279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40279 is #3BFD86. Grayscale: #494949. Windows color (decimal): -3931527 or 7930564. OLE color: 7930564.

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

Color convert

RGB 196 2 121 -
CMYK 0 0.99 0.38 0.23
HSL 323.2º 0.98% 0.39% -
HSV(B) 323.2º 0.99% 0.77% -
XYZ 26.24 13.16 19.25 -
YUV 73.57 154.77 215.32 -
System Red Green Blue C M Y K H S L
Decimal 196 2 121 0 0.99 0.38 0.23 323.2 0.98 0.39
Hex C4 2 79 0 63 26 17 143 62 27
Octal 304 2 171 0 143 46 27 503 142 47
Binary 11000100 10 1111001 0 1100011 100110 10111 101000011 1100010 100111

Color Harmonies of #C40279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40279

Black with #C40279

Text Example


Text Example

White with #C40279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40279; }

 p { color: rgb(196,2,121); }

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

background-color css

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

 a { background-color: rgb(196,2,121); }

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

border-color css

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

 span { border-color: rgb(196,2,121); }

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