Html Css Color HEX #C40273 Medium Violet Red

📋 copy color: '#C40273'

red 196 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #C40273

Tints of Medium Violet Red #C40273

RGB

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

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

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

R = 62.62%
G = 0.64%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C40273 (or 0xC40273) is known color: Medium Violet Red. HEX triplet: C4, 02 and 73. RGB value is (196,2,115). Sum of RGB (Red+Green+Blue) = 196+2+115=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C40273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40273 is #3BFD8C. Grayscale: #484848. Windows color (decimal): -3931533 or 7537348. OLE color: 7537348.

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

Color convert

RGB 196 2 115 -
CMYK 0 0.99 0.41 0.23
HSL 325.05º 0.98% 0.39% -
HSV(B) 325.05º 0.99% 0.77% -
XYZ 25.88 13.02 17.37 -
YUV 72.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 196 2 115 0 0.99 0.41 0.23 325.05 0.98 0.39
Hex C4 2 73 0 63 29 17 145 62 27
Octal 304 2 163 0 143 51 27 505 142 47
Binary 11000100 10 1110011 0 1100011 101001 10111 101000101 1100010 100111

Color Harmonies of #C40273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40273

Black with #C40273

Text Example


Text Example

White with #C40273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40273; }

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

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

background-color css

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

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

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

border-color css

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

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

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