Html Css Color HEX #C72670 Medium Red Violet

📋 copy color: '#C72670'

red 199 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #C72670

Tints of Medium Red Violet #C72670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.89%

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

R = 57.02%
G = 10.89%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C72670 (or 0xC72670) is known color: Medium Red Violet. HEX triplet: C7, 26 and 70. RGB value is (199,38,112). Sum of RGB (Red+Green+Blue) = 199+38+112=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C72670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72670 is #38D98F. Grayscale: #5E5E5E. Windows color (decimal): -3725712 or 7349959. OLE color: 7349959.

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

Color convert

RGB 199 38 112 -
CMYK 0 0.81 0.44 0.22
HSL 332.42º 0.68% 0.46% -
HSV(B) 332.42º 0.81% 0.78% -
XYZ 27.17 14.7 16.73 -
YUV 94.58 137.84 202.48 -
System Red Green Blue C M Y K H S L
Decimal 199 38 112 0 0.81 0.44 0.22 332.42 0.68 0.46
Hex C7 26 70 0 51 2C 16 14C 44 2E
Octal 307 46 160 0 121 54 26 514 104 56
Binary 11000111 100110 1110000 0 1010001 101100 10110 101001100 1000100 101110

Color Harmonies of #C72670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72670

Black with #C72670

Text Example


Text Example

White with #C72670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72670; }

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

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

background-color css

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

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

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

border-color css

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

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

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