Html Css Color HEX #C72482 Medium Violet Red

📋 copy color: '#C72482'

red 199 ◦ green 36 ◦ blue 130

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

Shades of Medium Violet Red #C72482

Tints of Medium Violet Red #C72482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.86%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 54.52%
G = 9.86%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C72482 (or 0xC72482) is known color: Medium Violet Red. HEX triplet: C7, 24 and 82. RGB value is (199,36,130). Sum of RGB (Red+Green+Blue) = 199+36+130=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C72482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72482 is #38DB7D. Grayscale: #5F5F5F. Windows color (decimal): -3726206 or 8529095. OLE color: 8529095.

HSL color Cylindrical-coordinate representation of color #C72482: hue angle of 325.4º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72482 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 36 130 -
CMYK 0 0.82 0.35 0.22
HSL 325.4º 0.69% 0.46% -
HSV(B) 325.4º 0.82% 0.78% -
XYZ 28.21 15.02 22.53 -
YUV 95.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 199 36 130 0 0.82 0.35 0.22 325.4 0.69 0.46
Hex C7 24 82 0 52 23 16 145 45 2E
Octal 307 44 202 0 122 43 26 505 105 56
Binary 11000111 100100 10000010 0 1010010 100011 10110 101000101 1000101 101110

Color Harmonies of #C72482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72482

Black with #C72482

Text Example


Text Example

White with #C72482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72482; }

 p { color: rgb(199,36,130); }

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

background-color css

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

 a { background-color: rgb(199,36,130); }

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

border-color css

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

 span { border-color: rgb(199,36,130); }

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