Html Css Color HEX #C72FAB Medium Red Violet

📋 copy color: '#C72FAB'

red 199 ◦ green 47 ◦ blue 171

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

Shades of Medium Red Violet #C72FAB

Tints of Medium Red Violet #C72FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.27%

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

R = 47.72%
G = 11.27%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C72FAB (or 0xC72FAB) is known color: Medium Red Violet. HEX triplet: C7, 2F and AB. RGB value is (199,47,171). Sum of RGB (Red+Green+Blue) = 199+47+171=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C72FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72FAB is #38D054. Grayscale: #6A6A6A. Windows color (decimal): -3723349 or 11218887. OLE color: 11218887.

HSL color Cylindrical-coordinate representation of color #C72FAB: hue angle of 311.05º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C72FAB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 47 171 -
CMYK 0 0.76 0.14 0.22
HSL 311.05º 0.62% 0.48% -
HSV(B) 311.05º 0.76% 0.78% -
XYZ 31.92 17.12 40.15 -
YUV 106.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 199 47 171 0 0.76 0.14 0.22 311.05 0.62 0.48
Hex C7 2F AB 0 4C E 16 137 3E 30
Octal 307 57 253 0 114 16 26 467 76 60
Binary 11000111 101111 10101011 0 1001100 1110 10110 100110111 111110 110000

Color Harmonies of #C72FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FAB

Black with #C72FAB

Text Example


Text Example

White with #C72FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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