Html Css Color HEX #C70482 Medium Violet Red

📋 copy color: '#C70482'

red 199 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #C70482

Tints of Medium Violet Red #C70482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 59.76%
G = 1.2%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C70482 (or 0xC70482) is known color: Medium Violet Red. HEX triplet: C7, 04 and 82. RGB value is (199,4,130). Sum of RGB (Red+Green+Blue) = 199+4+130=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C70482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70482 is #38FB7D. Grayscale: #4C4C4C. Windows color (decimal): -3734398 or 8520903. OLE color: 8520903.

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

Color convert

RGB 199 4 130 -
CMYK 0 0.98 0.35 0.22
HSL 321.23º 0.96% 0.4% -
HSV(B) 321.23º 0.98% 0.78% -
XYZ 27.63 13.84 22.33 -
YUV 76.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 199 4 130 0 0.98 0.35 0.22 321.23 0.96 0.4
Hex C7 4 82 0 62 23 16 141 60 28
Octal 307 4 202 0 142 43 26 501 140 50
Binary 11000111 100 10000010 0 1100010 100011 10110 101000001 1100000 101000

Color Harmonies of #C70482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70482

Black with #C70482

Text Example


Text Example

White with #C70482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70482; }

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

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

background-color css

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

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

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

border-color css

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

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

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