Html Css Color HEX #C71570 Medium Violet Red

📋 copy color: '#C71570'

red 199 ◦ green 21 ◦ blue 112

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

Shades of Medium Violet Red #C71570

Tints of Medium Violet Red #C71570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

 BLUE value IS 112 (44.14% from 255) = 33.73%

R = 59.94%
G = 6.33%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C71570 (or 0xC71570) is known color: Medium Violet Red. HEX triplet: C7, 15 and 70. RGB value is (199,21,112). Sum of RGB (Red+Green+Blue) = 199+21+112=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C71570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71570 is #38EA8F. Grayscale: #545454. Windows color (decimal): -3730064 or 7345607. OLE color: 7345607.

HSL color Cylindrical-coordinate representation of color #C71570: hue angle of 329.33º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71570 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 21 112 -
CMYK 0 0.89 0.44 0.22
HSL 329.33º 0.81% 0.43% -
HSV(B) 329.33º 0.89% 0.78% -
XYZ 26.75 13.85 16.59 -
YUV 84.6 143.47 209.6 -
System Red Green Blue C M Y K H S L
Decimal 199 21 112 0 0.89 0.44 0.22 329.33 0.81 0.43
Hex C7 15 70 0 59 2C 16 149 51 2B
Octal 307 25 160 0 131 54 26 511 121 53
Binary 11000111 10101 1110000 0 1011001 101100 10110 101001001 1010001 101011

Color Harmonies of #C71570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71570

Black with #C71570

Text Example


Text Example

White with #C71570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71570; }

 p { color: rgb(199,21,112); }

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

background-color css

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

 a { background-color: rgb(199,21,112); }

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

border-color css

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

 span { border-color: rgb(199,21,112); }

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