Html Css Color HEX #C70481 Medium Violet Red

📋 copy color: '#C70481'

red 199 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #C70481

Tints of Medium Violet Red #C70481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 59.94%
G = 1.2%
B = 38.86%

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

#C70481 (or 0xC70481) is known color: Medium Violet Red. HEX triplet: C7, 04 and 81. RGB value is (199,4,129). Sum of RGB (Red+Green+Blue) = 199+4+129=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C70481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70481 is #38FB7E. Grayscale: #4C4C4C. Windows color (decimal): -3734399 or 8455367. OLE color: 8455367.

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

Color convert

RGB 199 4 129 -
CMYK 0 0.98 0.35 0.22
HSL 321.54º 0.96% 0.4% -
HSV(B) 321.54º 0.98% 0.78% -
XYZ 27.56 13.81 21.98 -
YUV 76.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 199 4 129 0 0.98 0.35 0.22 321.54 0.96 0.4
Hex C7 4 81 0 62 23 16 142 60 28
Octal 307 4 201 0 142 43 26 502 140 50
Binary 11000111 100 10000001 0 1100010 100011 10110 101000010 1100000 101000

Color Harmonies of #C70481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70481

Black with #C70481

Text Example


Text Example

White with #C70481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70481; }

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

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

background-color css

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

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

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

border-color css

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

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

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