Html Css Color HEX #C728AA Medium Red Violet

📋 copy color: '#C728AA'

red 199 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #C728AA

Tints of Medium Red Violet #C728AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 48.66%
G = 9.78%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C728AA (or 0xC728AA) is known color: Medium Red Violet. HEX triplet: C7, 28 and AA. RGB value is (199,40,170). Sum of RGB (Red+Green+Blue) = 199+40+170=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C728AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C728AA is #38D755. Grayscale: #666666. Windows color (decimal): -3725142 or 11151559. OLE color: 11151559.

HSL color Cylindrical-coordinate representation of color #C728AA: hue angle of 310.94º 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 #C728AA is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 170 -
CMYK 0 0.80 0.15 0.22
HSL 310.94º 0.67% 0.47% -
HSV(B) 310.94º 0.8% 0.78% -
XYZ 31.57 16.56 39.56 -
YUV 102.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 199 40 170 0 0.80 0.15 0.22 310.94 0.67 0.47
Hex C7 28 AA 0 50 F 16 137 43 2F
Octal 307 50 252 0 120 17 26 467 103 57
Binary 11000111 101000 10101010 0 1010000 1111 10110 100110111 1000011 101111

Color Harmonies of #C728AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728AA

Black with #C728AA

Text Example


Text Example

White with #C728AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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