Html Css Color HEX #C70898 Medium Violet Red

📋 copy color: '#C70898'

red 199 ◦ green 8 ◦ blue 152

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

Shades of Medium Violet Red #C70898

Tints of Medium Violet Red #C70898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 55.43%
G = 2.23%
B = 42.34%

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

#C70898 (or 0xC70898) is known color: Medium Violet Red. HEX triplet: C7, 08 and 98. RGB value is (199,8,152). Sum of RGB (Red+Green+Blue) = 199+8+152=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C70898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70898 is #38F767. Grayscale: #515151. Windows color (decimal): -3733352 or 9963719. OLE color: 9963719.

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

Color convert

RGB 199 8 152 -
CMYK 0 0.96 0.24 0.22
HSL 314.76º 0.92% 0.41% -
HSV(B) 314.76º 0.96% 0.78% -
XYZ 29.31 14.58 30.98 -
YUV 81.53 167.78 211.79 -
System Red Green Blue C M Y K H S L
Decimal 199 8 152 0 0.96 0.24 0.22 314.76 0.92 0.41
Hex C7 8 98 0 60 18 16 13B 5C 29
Octal 307 10 230 0 140 30 26 473 134 51
Binary 11000111 1000 10011000 0 1100000 11000 10110 100111011 1011100 101001

Color Harmonies of #C70898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70898

Black with #C70898

Text Example


Text Example

White with #C70898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70898; }

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

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

background-color css

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

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

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

border-color css

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

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

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