Html Css Color HEX #C40075 Medium Violet Red

📋 copy color: '#C40075'

red 196 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #C40075

Tints of Medium Violet Red #C40075

RGB

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

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

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

R = 62.62%
G = 0%
B = 37.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C40075 (or 0xC40075) is known color: Medium Violet Red. HEX triplet: C4, 00 and 75. RGB value is (196,0,117). Sum of RGB (Red+Green+Blue) = 196+0+117=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C40075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40075 is #3BFF8A. Grayscale: #474747. Windows color (decimal): -3932043 or 7667908. OLE color: 7667908.

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

Color convert

RGB 196 0 117 -
CMYK 0 1 0.40 0.23
HSL 324.18º 1% 0.38% -
HSV(B) 324.18º 1% 0.77% -
XYZ 25.98 13.02 17.97 -
YUV 71.94 153.43 216.49 -
System Red Green Blue C M Y K H S L
Decimal 196 0 117 0 1 0.40 0.23 324.18 1 0.38
Hex C4 0 75 0 64 28 17 144 64 26
Octal 304 0 165 0 144 50 27 504 144 46
Binary 11000100 0 1110101 0 1100100 101000 10111 101000100 1100100 100110

Color Harmonies of #C40075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40075

Black with #C40075

Text Example


Text Example

White with #C40075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40075; }

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

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

background-color css

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

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

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

border-color css

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

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

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