Html Css Color HEX #C728AE Medium Red Violet

📋 copy color: '#C728AE'

red 199 ◦ green 40 ◦ blue 174

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

Shades of Medium Red Violet #C728AE

Tints of Medium Red Violet #C728AE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.69%

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 48.18%
G = 9.69%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C728AE (or 0xC728AE) is known color: Medium Red Violet. HEX triplet: C7, 28 and AE. RGB value is (199,40,174). Sum of RGB (Red+Green+Blue) = 199+40+174=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C728AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C728AE is #38D751. Grayscale: #666666. Windows color (decimal): -3725138 or 11413703. OLE color: 11413703.

HSL color Cylindrical-coordinate representation of color #C728AE: hue angle of 309.43º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C728AE is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 174 -
CMYK 0 0.80 0.13 0.22
HSL 309.43º 0.67% 0.47% -
HSV(B) 309.43º 0.8% 0.78% -
XYZ 31.95 16.72 41.59 -
YUV 102.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 199 40 174 0 0.80 0.13 0.22 309.43 0.67 0.47
Hex C7 28 AE 0 50 D 16 135 43 2F
Octal 307 50 256 0 120 15 26 465 103 57
Binary 11000111 101000 10101110 0 1010000 1101 10110 100110101 1000011 101111

Color Harmonies of #C728AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728AE

Black with #C728AE

Text Example


Text Example

White with #C728AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728AE; }

 p { color: rgb(199,40,174); }

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

background-color css

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

 a { background-color: rgb(199,40,174); }

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

border-color css

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

 span { border-color: rgb(199,40,174); }

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