Html Css Color HEX #C72A9F Medium Red Violet

📋 copy color: '#C72A9F'

red 199 ◦ green 42 ◦ blue 159

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

Shades of Medium Red Violet #C72A9F

Tints of Medium Red Violet #C72A9F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.5%

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 49.75%
G = 10.5%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C72A9F (or 0xC72A9F) is known color: Medium Red Violet. HEX triplet: C7, 2A and 9F. RGB value is (199,42,159). Sum of RGB (Red+Green+Blue) = 199+42+159=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72A9F is #38D560. Grayscale: #656565. Windows color (decimal): -3724641 or 10431175. OLE color: 10431175.

HSL color Cylindrical-coordinate representation of color #C72A9F: hue angle of 315.29º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72A9F is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 42 159 -
CMYK 0 0.79 0.20 0.22
HSL 315.29º 0.65% 0.47% -
HSV(B) 315.29º 0.79% 0.78% -
XYZ 30.64 16.3 34.33 -
YUV 102.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 199 42 159 0 0.79 0.20 0.22 315.29 0.65 0.47
Hex C7 2A 9F 0 4F 14 16 13B 41 2F
Octal 307 52 237 0 117 24 26 473 101 57
Binary 11000111 101010 10011111 0 1001111 10100 10110 100111011 1000001 101111

Color Harmonies of #C72A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A9F

Black with #C72A9F

Text Example


Text Example

White with #C72A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A9F; }

 p { color: rgb(199,42,159); }

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

background-color css

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

 a { background-color: rgb(199,42,159); }

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

border-color css

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

 span { border-color: rgb(199,42,159); }

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