Html Css Color HEX #C70380 Medium Violet Red

📋 copy color: '#C70380'

red 199 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #C70380

Tints of Medium Violet Red #C70380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 60.3%
G = 0.91%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C70380 (or 0xC70380) is known color: Medium Violet Red. HEX triplet: C7, 03 and 80. RGB value is (199,3,128). Sum of RGB (Red+Green+Blue) = 199+3+128=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C70380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70380 is #38FC7F. Grayscale: #4B4B4B. Windows color (decimal): -3734656 or 8389575. OLE color: 8389575.

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

Color convert

RGB 199 3 128 -
CMYK 0 0.98 0.36 0.22
HSL 321.73º 0.97% 0.4% -
HSV(B) 321.73º 0.98% 0.78% -
XYZ 27.48 13.77 21.63 -
YUV 75.85 157.43 215.84 -
System Red Green Blue C M Y K H S L
Decimal 199 3 128 0 0.98 0.36 0.22 321.73 0.97 0.4
Hex C7 3 80 0 62 24 16 142 61 28
Octal 307 3 200 0 142 44 26 502 141 50
Binary 11000111 11 10000000 0 1100010 100100 10110 101000010 1100001 101000

Color Harmonies of #C70380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70380

Black with #C70380

Text Example


Text Example

White with #C70380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70380; }

 p { color: rgb(199,3,128); }

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

background-color css

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

 a { background-color: rgb(199,3,128); }

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

border-color css

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

 span { border-color: rgb(199,3,128); }

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