Html Css Color HEX #C70881 Medium Violet Red

📋 copy color: '#C70881'

red 199 ◦ green 8 ◦ blue 129

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

Shades of Medium Violet Red #C70881

Tints of Medium Violet Red #C70881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.38%

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

R = 59.23%
G = 2.38%
B = 38.39%

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

#C70881 (or 0xC70881) is known color: Medium Violet Red. HEX triplet: C7, 08 and 81. RGB value is (199,8,129). Sum of RGB (Red+Green+Blue) = 199+8+129=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C70881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70881 is #38F77E. Grayscale: #4E4E4E. Windows color (decimal): -3733375 or 8456391. OLE color: 8456391.

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

Color convert

RGB 199 8 129 -
CMYK 0 0.96 0.35 0.22
HSL 321.99º 0.92% 0.41% -
HSV(B) 321.99º 0.96% 0.78% -
XYZ 27.6 13.9 22 -
YUV 78.9 156.28 213.66 -
System Red Green Blue C M Y K H S L
Decimal 199 8 129 0 0.96 0.35 0.22 321.99 0.92 0.41
Hex C7 8 81 0 60 23 16 142 5C 29
Octal 307 10 201 0 140 43 26 502 134 51
Binary 11000111 1000 10000001 0 1100000 100011 10110 101000010 1011100 101001

Color Harmonies of #C70881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70881

Black with #C70881

Text Example


Text Example

White with #C70881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70881; }

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

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

background-color css

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

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

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

border-color css

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

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

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