Html Css Color HEX #C72385 Medium Violet Red

📋 copy color: '#C72385'

red 199 ◦ green 35 ◦ blue 133

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

Shades of Medium Violet Red #C72385

Tints of Medium Violet Red #C72385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.54%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 54.22%
G = 9.54%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C72385 (or 0xC72385) is known color: Medium Violet Red. HEX triplet: C7, 23 and 85. RGB value is (199,35,133). Sum of RGB (Red+Green+Blue) = 199+35+133=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C72385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72385 is #38DC7A. Grayscale: #5E5E5E. Windows color (decimal): -3726459 or 8725447. OLE color: 8725447.

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

Color convert

RGB 199 35 133 -
CMYK 0 0.82 0.33 0.22
HSL 324.15º 0.7% 0.46% -
HSV(B) 324.15º 0.82% 0.78% -
XYZ 28.39 15.04 23.6 -
YUV 95.21 149.33 202.03 -
System Red Green Blue C M Y K H S L
Decimal 199 35 133 0 0.82 0.33 0.22 324.15 0.7 0.46
Hex C7 23 85 0 52 21 16 144 46 2E
Octal 307 43 205 0 122 41 26 504 106 56
Binary 11000111 100011 10000101 0 1010010 100001 10110 101000100 1000110 101110

Color Harmonies of #C72385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72385

Black with #C72385

Text Example


Text Example

White with #C72385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72385; }

 p { color: rgb(199,35,133); }

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

background-color css

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

 a { background-color: rgb(199,35,133); }

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

border-color css

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

 span { border-color: rgb(199,35,133); }

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