Html Css Color HEX #C70B74 Medium Violet Red

📋 copy color: '#C70B74'

red 199 ◦ green 11 ◦ blue 116

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

Shades of Medium Violet Red #C70B74

Tints of Medium Violet Red #C70B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 61.04%
G = 3.37%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C70B74 (or 0xC70B74) is known color: Medium Violet Red. HEX triplet: C7, 0B and 74. RGB value is (199,11,116). Sum of RGB (Red+Green+Blue) = 199+11+116=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70B74 is #38F48B. Grayscale: #4E4E4E. Windows color (decimal): -3732620 or 7605191. OLE color: 7605191.

HSL color Cylindrical-coordinate representation of color #C70B74: hue angle of 326.49º 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 #C70B74 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 11 116 -
CMYK 0 0.94 0.42 0.22
HSL 326.49º 0.9% 0.41% -
HSV(B) 326.49º 0.94% 0.78% -
XYZ 26.83 13.64 17.74 -
YUV 79.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 199 11 116 0 0.94 0.42 0.22 326.49 0.9 0.41
Hex C7 B 74 0 5E 2A 16 146 5A 29
Octal 307 13 164 0 136 52 26 506 132 51
Binary 11000111 1011 1110100 0 1011110 101010 10110 101000110 1011010 101001

Color Harmonies of #C70B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70B74

Black with #C70B74

Text Example


Text Example

White with #C70B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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