Html Css Color HEX #C72B8B Medium Red Violet

📋 copy color: '#C72B8B'

red 199 ◦ green 43 ◦ blue 139

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

Shades of Medium Red Violet #C72B8B

Tints of Medium Red Violet #C72B8B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.29%

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

R = 52.23%
G = 11.29%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C72B8B (or 0xC72B8B) is known color: Medium Red Violet. HEX triplet: C7, 2B and 8B. RGB value is (199,43,139). Sum of RGB (Red+Green+Blue) = 199+43+139=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72B8B is #38D474. Grayscale: #646464. Windows color (decimal): -3724405 or 9120711. OLE color: 9120711.

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

Color convert

RGB 199 43 139 -
CMYK 0 0.78 0.30 0.22
HSL 323.08º 0.64% 0.47% -
HSV(B) 323.08º 0.78% 0.78% -
XYZ 29.08 15.73 25.93 -
YUV 100.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 199 43 139 0 0.78 0.30 0.22 323.08 0.64 0.47
Hex C7 2B 8B 0 4E 1E 16 143 40 2F
Octal 307 53 213 0 116 36 26 503 100 57
Binary 11000111 101011 10001011 0 1001110 11110 10110 101000011 1000000 101111

Color Harmonies of #C72B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72B8B

Black with #C72B8B

Text Example


Text Example

White with #C72B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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