Html Css Color HEX #C72A8B Medium Red Violet

📋 copy color: '#C72A8B'

red 199 ◦ green 42 ◦ blue 139

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

Shades of Medium Red Violet #C72A8B

Tints of Medium Red Violet #C72A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 52.37%
G = 11.05%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C72A8B (or 0xC72A8B) is known color: Medium Red Violet. HEX triplet: C7, 2A and 8B. RGB value is (199,42,139). Sum of RGB (Red+Green+Blue) = 199+42+139=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72A8B is #38D574. Grayscale: #636363. Windows color (decimal): -3724661 or 9120455. OLE color: 9120455.

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

Color convert

RGB 199 42 139 -
CMYK 0 0.79 0.30 0.22
HSL 322.93º 0.65% 0.47% -
HSV(B) 322.93º 0.79% 0.78% -
XYZ 29.04 15.66 25.92 -
YUV 100 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 199 42 139 0 0.79 0.30 0.22 322.93 0.65 0.47
Hex C7 2A 8B 0 4F 1E 16 143 41 2F
Octal 307 52 213 0 117 36 26 503 101 57
Binary 11000111 101010 10001011 0 1001111 11110 10110 101000011 1000001 101111

Color Harmonies of #C72A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A8B

Black with #C72A8B

Text Example


Text Example

White with #C72A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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