Html Css Color HEX #C72BA5 Medium Red Violet

📋 copy color: '#C72BA5'

red 199 ◦ green 43 ◦ blue 165

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

Shades of Medium Red Violet #C72BA5

Tints of Medium Red Violet #C72BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.54%

R = 48.89%
G = 10.57%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C72BA5 (or 0xC72BA5) is known color: Medium Red Violet. HEX triplet: C7, 2B and A5. RGB value is (199,43,165). Sum of RGB (Red+Green+Blue) = 199+43+165=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BA5 is #38D45A. Grayscale: #676767. Windows color (decimal): -3724379 or 10824647. OLE color: 10824647.

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

Color convert

RGB 199 43 165 -
CMYK 0 0.78 0.17 0.22
HSL 313.08º 0.64% 0.47% -
HSV(B) 313.08º 0.78% 0.78% -
XYZ 31.21 16.59 37.15 -
YUV 103.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 199 43 165 0 0.78 0.17 0.22 313.08 0.64 0.47
Hex C7 2B A5 0 4E 11 16 139 40 2F
Octal 307 53 245 0 116 21 26 471 100 57
Binary 11000111 101011 10100101 0 1001110 10001 10110 100111001 1000000 101111

Color Harmonies of #C72BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BA5

Black with #C72BA5

Text Example


Text Example

White with #C72BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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