Html Css Color HEX #C70682 Medium Violet Red

📋 copy color: '#C70682'

red 199 ◦ green 6 ◦ blue 130

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

Shades of Medium Violet Red #C70682

Tints of Medium Violet Red #C70682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 59.4%
G = 1.79%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C70682 (or 0xC70682) is known color: Medium Violet Red. HEX triplet: C7, 06 and 82. RGB value is (199,6,130). Sum of RGB (Red+Green+Blue) = 199+6+130=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70682 is #38F97D. Grayscale: #4D4D4D. Windows color (decimal): -3733886 or 8521415. OLE color: 8521415.

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

Color convert

RGB 199 6 130 -
CMYK 0 0.97 0.35 0.22
HSL 321.45º 0.94% 0.4% -
HSV(B) 321.45º 0.97% 0.78% -
XYZ 27.65 13.88 22.34 -
YUV 77.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 199 6 130 0 0.97 0.35 0.22 321.45 0.94 0.4
Hex C7 6 82 0 61 23 16 141 5E 28
Octal 307 6 202 0 141 43 26 501 136 50
Binary 11000111 110 10000010 0 1100001 100011 10110 101000001 1011110 101000

Color Harmonies of #C70682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70682

Black with #C70682

Text Example


Text Example

White with #C70682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70682; }

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

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

background-color css

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

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

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

border-color css

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

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

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