Html Css Color HEX #C70781 Medium Violet Red

📋 copy color: '#C70781'

red 199 ◦ green 7 ◦ blue 129

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

Shades of Medium Violet Red #C70781

Tints of Medium Violet Red #C70781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

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

R = 59.4%
G = 2.09%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C70781 (or 0xC70781) is known color: Medium Violet Red. HEX triplet: C7, 07 and 81. RGB value is (199,7,129). Sum of RGB (Red+Green+Blue) = 199+7+129=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70781 is #38F87E. Grayscale: #4E4E4E. Windows color (decimal): -3733631 or 8456135. OLE color: 8456135.

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

Color convert

RGB 199 7 129 -
CMYK 0 0.96 0.35 0.22
HSL 321.88º 0.93% 0.4% -
HSV(B) 321.88º 0.96% 0.78% -
XYZ 27.59 13.88 21.99 -
YUV 78.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 199 7 129 0 0.96 0.35 0.22 321.88 0.93 0.4
Hex C7 7 81 0 60 23 16 142 5D 28
Octal 307 7 201 0 140 43 26 502 135 50
Binary 11000111 111 10000001 0 1100000 100011 10110 101000010 1011101 101000

Color Harmonies of #C70781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70781

Black with #C70781

Text Example


Text Example

White with #C70781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70781; }

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

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

background-color css

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

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

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

border-color css

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

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

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