Html Css Color HEX #C40073 Medium Violet Red

📋 copy color: '#C40073'

red 196 ◦ green 0 ◦ blue 115

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

Shades of Medium Violet Red #C40073

Tints of Medium Violet Red #C40073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 63.02%
G = 0%
B = 36.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C40073 (or 0xC40073) is known color: Medium Violet Red. HEX triplet: C4, 00 and 73. RGB value is (196,0,115). Sum of RGB (Red+Green+Blue) = 196+0+115=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C40073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40073 is #3BFF8C. Grayscale: #474747. Windows color (decimal): -3932045 or 7536836. OLE color: 7536836.

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

Color convert

RGB 196 0 115 -
CMYK 0 1 0.41 0.23
HSL 324.8º 1% 0.38% -
HSV(B) 324.8º 1% 0.77% -
XYZ 25.86 12.97 17.36 -
YUV 71.71 152.43 216.65 -
System Red Green Blue C M Y K H S L
Decimal 196 0 115 0 1 0.41 0.23 324.8 1 0.38
Hex C4 0 73 0 64 29 17 145 64 26
Octal 304 0 163 0 144 51 27 505 144 46
Binary 11000100 0 1110011 0 1100100 101001 10111 101000101 1100100 100110

Color Harmonies of #C40073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40073

Black with #C40073

Text Example


Text Example

White with #C40073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40073; }

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

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

background-color css

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

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

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

border-color css

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

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

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