Html Css Color HEX #C72BAB Medium Red Violet

📋 copy color: '#C72BAB'

red 199 ◦ green 43 ◦ blue 171

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

Shades of Medium Red Violet #C72BAB

Tints of Medium Red Violet #C72BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 48.18%
G = 10.41%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C72BAB (or 0xC72BAB) is known color: Medium Red Violet. HEX triplet: C7, 2B and AB. RGB value is (199,43,171). Sum of RGB (Red+Green+Blue) = 199+43+171=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BAB is #38D454. Grayscale: #676767. Windows color (decimal): -3724373 or 11217863. OLE color: 11217863.

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

Color convert

RGB 199 43 171 -
CMYK 0 0.78 0.14 0.22
HSL 310.77º 0.64% 0.47% -
HSV(B) 310.77º 0.78% 0.78% -
XYZ 31.77 16.81 40.1 -
YUV 104.24 165.68 195.59 -
System Red Green Blue C M Y K H S L
Decimal 199 43 171 0 0.78 0.14 0.22 310.77 0.64 0.47
Hex C7 2B AB 0 4E E 16 137 40 2F
Octal 307 53 253 0 116 16 26 467 100 57
Binary 11000111 101011 10101011 0 1001110 1110 10110 100110111 1000000 101111

Color Harmonies of #C72BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BAB

Black with #C72BAB

Text Example


Text Example

White with #C72BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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