Html Css Color HEX #C40875 Medium Violet Red

📋 copy color: '#C40875'

red 196 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #C40875

Tints of Medium Violet Red #C40875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 61.06%
G = 2.49%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C40875 (or 0xC40875) is known color: Medium Violet Red. HEX triplet: C4, 08 and 75. RGB value is (196,8,117). Sum of RGB (Red+Green+Blue) = 196+8+117=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C40875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40875 is #3BF78A. Grayscale: #4C4C4C. Windows color (decimal): -3929995 or 7669956. OLE color: 7669956.

HSL color Cylindrical-coordinate representation of color #C40875: hue angle of 325.21º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40875 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 117 -
CMYK 0 0.96 0.40 0.23
HSL 325.21º 0.92% 0.4% -
HSV(B) 325.21º 0.96% 0.77% -
XYZ 26.06 13.19 18 -
YUV 76.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 196 8 117 0 0.96 0.40 0.23 325.21 0.92 0.4
Hex C4 8 75 0 60 28 17 145 5C 28
Octal 304 10 165 0 140 50 27 505 134 50
Binary 11000100 1000 1110101 0 1100000 101000 10111 101000101 1011100 101000

Color Harmonies of #C40875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40875

Black with #C40875

Text Example


Text Example

White with #C40875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40875; }

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

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

background-color css

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

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

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

border-color css

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

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

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