Html Css Color HEX #C70F8C Medium Violet Red

📋 copy color: '#C70F8C'

red 199 ◦ green 15 ◦ blue 140

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

Shades of Medium Violet Red #C70F8C

Tints of Medium Violet Red #C70F8C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.24%

 BLUE value IS 140 (55.08% from 255) = 39.55%

R = 56.21%
G = 4.24%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C70F8C (or 0xC70F8C) is known color: Medium Violet Red. HEX triplet: C7, 0F and 8C. RGB value is (199,15,140). Sum of RGB (Red+Green+Blue) = 199+15+140=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C70F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70F8C is #38F073. Grayscale: #535353. Windows color (decimal): -3731572 or 9179079. OLE color: 9179079.

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

Color convert

RGB 199 15 140 -
CMYK 0 0.92 0.30 0.22
HSL 319.24º 0.86% 0.42% -
HSV(B) 319.24º 0.92% 0.78% -
XYZ 28.46 14.38 26.09 -
YUV 84.27 159.46 209.84 -
System Red Green Blue C M Y K H S L
Decimal 199 15 140 0 0.92 0.30 0.22 319.24 0.86 0.42
Hex C7 F 8C 0 5C 1E 16 13F 56 2A
Octal 307 17 214 0 134 36 26 477 126 52
Binary 11000111 1111 10001100 0 1011100 11110 10110 100111111 1010110 101010

Color Harmonies of #C70F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70F8C

Black with #C70F8C

Text Example


Text Example

White with #C70F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70F8C; }

 p { color: rgb(199,15,140); }

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

background-color css

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

 a { background-color: rgb(199,15,140); }

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

border-color css

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

 span { border-color: rgb(199,15,140); }

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