Html Css Color HEX #C71375 Medium Violet Red

📋 copy color: '#C71375'

red 199 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #C71375

Tints of Medium Violet Red #C71375

RGB

 RED value IS 199 (78.13% from 255) = 59.4%

 GREEN value IS 19 (7.81% from 255) = 5.67%

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

R = 59.4%
G = 5.67%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C71375 (or 0xC71375) is known color: Medium Violet Red. HEX triplet: C7, 13 and 75. RGB value is (199,19,117). Sum of RGB (Red+Green+Blue) = 199+19+117=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C71375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71375 is #38EC8A. Grayscale: #535353. Windows color (decimal): -3730571 or 7672775. OLE color: 7672775.

HSL color Cylindrical-coordinate representation of color #C71375: hue angle of 327.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71375 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 19 117 -
CMYK 0 0.90 0.41 0.22
HSL 327.33º 0.83% 0.43% -
HSV(B) 327.33º 0.9% 0.78% -
XYZ 27 13.89 18.09 -
YUV 83.99 146.63 210.03 -
System Red Green Blue C M Y K H S L
Decimal 199 19 117 0 0.90 0.41 0.22 327.33 0.83 0.43
Hex C7 13 75 0 5A 29 16 147 53 2B
Octal 307 23 165 0 132 51 26 507 123 53
Binary 11000111 10011 1110101 0 1011010 101001 10110 101000111 1010011 101011

Color Harmonies of #C71375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71375

Black with #C71375

Text Example


Text Example

White with #C71375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71375; }

 p { color: rgb(199,19,117); }

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

background-color css

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

 a { background-color: rgb(199,19,117); }

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

border-color css

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

 span { border-color: rgb(199,19,117); }

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