Html Css Color HEX #C70B76 Medium Violet Red

📋 copy color: '#C70B76'

red 199 ◦ green 11 ◦ blue 118

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

Shades of Medium Violet Red #C70B76

Tints of Medium Violet Red #C70B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.35%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 60.67%
G = 3.35%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C70B76 (or 0xC70B76) is known color: Medium Violet Red. HEX triplet: C7, 0B and 76. RGB value is (199,11,118). Sum of RGB (Red+Green+Blue) = 199+11+118=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70B76 is #38F489. Grayscale: #4F4F4F. Windows color (decimal): -3732618 or 7736263. OLE color: 7736263.

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

Color convert

RGB 199 11 118 -
CMYK 0 0.94 0.41 0.22
HSL 325.85º 0.9% 0.41% -
HSV(B) 325.85º 0.94% 0.78% -
XYZ 26.94 13.69 18.36 -
YUV 79.41 149.78 213.3 -
System Red Green Blue C M Y K H S L
Decimal 199 11 118 0 0.94 0.41 0.22 325.85 0.9 0.41
Hex C7 B 76 0 5E 29 16 146 5A 29
Octal 307 13 166 0 136 51 26 506 132 51
Binary 11000111 1011 1110110 0 1011110 101001 10110 101000110 1011010 101001

Color Harmonies of #C70B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70B76

Black with #C70B76

Text Example


Text Example

White with #C70B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70B76; }

 p { color: rgb(199,11,118); }

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

background-color css

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

 a { background-color: rgb(199,11,118); }

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

border-color css

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

 span { border-color: rgb(199,11,118); }

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