Html Css Color HEX #C70897 Medium Violet Red

📋 copy color: '#C70897'

red 199 ◦ green 8 ◦ blue 151

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

Shades of Medium Violet Red #C70897

Tints of Medium Violet Red #C70897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 55.59%
G = 2.23%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C70897 (or 0xC70897) is known color: Medium Violet Red. HEX triplet: C7, 08 and 97. RGB value is (199,8,151). Sum of RGB (Red+Green+Blue) = 199+8+151=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 8 (3.52% from 255 or 2.23% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C70897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70897 is #38F768. Grayscale: #515151. Windows color (decimal): -3733353 or 9898183. OLE color: 9898183.

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

Color convert

RGB 199 8 151 -
CMYK 0 0.96 0.24 0.22
HSL 315.08º 0.92% 0.41% -
HSV(B) 315.08º 0.96% 0.78% -
XYZ 29.23 14.55 30.55 -
YUV 81.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 199 8 151 0 0.96 0.24 0.22 315.08 0.92 0.41
Hex C7 8 97 0 60 18 16 13B 5C 29
Octal 307 10 227 0 140 30 26 473 134 51
Binary 11000111 1000 10010111 0 1100000 11000 10110 100111011 1011100 101001

Color Harmonies of #C70897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70897

Black with #C70897

Text Example


Text Example

White with #C70897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70897; }

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

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

background-color css

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

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

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

border-color css

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

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

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