Html Css Color HEX #C40275 Medium Violet Red

📋 copy color: '#C40275'

red 196 ◦ green 2 ◦ blue 117

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

Shades of Medium Violet Red #C40275

Tints of Medium Violet Red #C40275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 62.22%
G = 0.63%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C40275 (or 0xC40275) is known color: Medium Violet Red. HEX triplet: C4, 02 and 75. RGB value is (196,2,117). Sum of RGB (Red+Green+Blue) = 196+2+117=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C40275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40275 is #3BFD8A. Grayscale: #484848. Windows color (decimal): -3931531 or 7668420. OLE color: 7668420.

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

Color convert

RGB 196 2 117 -
CMYK 0 0.99 0.40 0.23
HSL 324.43º 0.98% 0.39% -
HSV(B) 324.43º 0.99% 0.77% -
XYZ 26 13.06 17.98 -
YUV 73.12 152.77 215.65 -
System Red Green Blue C M Y K H S L
Decimal 196 2 117 0 0.99 0.40 0.23 324.43 0.98 0.39
Hex C4 2 75 0 63 28 17 144 62 27
Octal 304 2 165 0 143 50 27 504 142 47
Binary 11000100 10 1110101 0 1100011 101000 10111 101000100 1100010 100111

Color Harmonies of #C40275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40275

Black with #C40275

Text Example


Text Example

White with #C40275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40275; }

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

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

background-color css

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

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

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

border-color css

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

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

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