Html Css Color HEX #C726A5 Medium Violet Red

📋 copy color: '#C726A5'

red 199 ◦ green 38 ◦ blue 165

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

Shades of Medium Violet Red #C726A5

Tints of Medium Violet Red #C726A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.04%

R = 49.5%
G = 9.45%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C726A5 (or 0xC726A5) is known color: Medium Violet Red. HEX triplet: C7, 26 and A5. RGB value is (199,38,165). Sum of RGB (Red+Green+Blue) = 199+38+165=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C726A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C726A5 is #38D95A. Grayscale: #646464. Windows color (decimal): -3725659 or 10823367. OLE color: 10823367.

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

Color convert

RGB 199 38 165 -
CMYK 0 0.81 0.17 0.22
HSL 312.67º 0.68% 0.46% -
HSV(B) 312.67º 0.81% 0.78% -
XYZ 31.04 16.24 37.1 -
YUV 100.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 199 38 165 0 0.81 0.17 0.22 312.67 0.68 0.46
Hex C7 26 A5 0 51 11 16 139 44 2E
Octal 307 46 245 0 121 21 26 471 104 56
Binary 11000111 100110 10100101 0 1010001 10001 10110 100111001 1000100 101110

Color Harmonies of #C726A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C726A5

Black with #C726A5

Text Example


Text Example

White with #C726A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C726A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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