Html Css Color HEX #C72BA2 Medium Red Violet

📋 copy color: '#C72BA2'

red 199 ◦ green 43 ◦ blue 162

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

Shades of Medium Red Violet #C72BA2

Tints of Medium Red Violet #C72BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 49.26%
G = 10.64%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C72BA2 (or 0xC72BA2) is known color: Medium Red Violet. HEX triplet: C7, 2B and A2. RGB value is (199,43,162). Sum of RGB (Red+Green+Blue) = 199+43+162=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BA2 is #38D45D. Grayscale: #666666. Windows color (decimal): -3724382 or 10628039. OLE color: 10628039.

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

Color convert

RGB 199 43 162 -
CMYK 0 0.78 0.19 0.22
HSL 314.23º 0.64% 0.47% -
HSV(B) 314.23º 0.78% 0.78% -
XYZ 30.94 16.48 35.73 -
YUV 103.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 199 43 162 0 0.78 0.19 0.22 314.23 0.64 0.47
Hex C7 2B A2 0 4E 13 16 13A 40 2F
Octal 307 53 242 0 116 23 26 472 100 57
Binary 11000111 101011 10100010 0 1001110 10011 10110 100111010 1000000 101111

Color Harmonies of #C72BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BA2

Black with #C72BA2

Text Example


Text Example

White with #C72BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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