Html Css Color HEX #C70387 Medium Violet Red

📋 copy color: '#C70387'

red 199 ◦ green 3 ◦ blue 135

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

Shades of Medium Violet Red #C70387

Tints of Medium Violet Red #C70387

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 59.05%
G = 0.89%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C70387 (or 0xC70387) is known color: Medium Violet Red. HEX triplet: C7, 03 and 87. RGB value is (199,3,135). Sum of RGB (Red+Green+Blue) = 199+3+135=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C70387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70387 is #38FC78. Grayscale: #4C4C4C. Windows color (decimal): -3734649 or 8848327. OLE color: 8848327.

HSL color Cylindrical-coordinate representation of color #C70387: hue angle of 319.59º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70387 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 135 -
CMYK 0 0.98 0.32 0.22
HSL 319.59º 0.97% 0.4% -
HSV(B) 319.59º 0.98% 0.78% -
XYZ 27.96 13.96 24.14 -
YUV 76.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 199 3 135 0 0.98 0.32 0.22 319.59 0.97 0.4
Hex C7 3 87 0 62 20 16 140 61 28
Octal 307 3 207 0 142 40 26 500 141 50
Binary 11000111 11 10000111 0 1100010 100000 10110 101000000 1100001 101000

Color Harmonies of #C70387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70387

Black with #C70387

Text Example


Text Example

White with #C70387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70387; }

 p { color: rgb(199,3,135); }

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

background-color css

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

 a { background-color: rgb(199,3,135); }

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

border-color css

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

 span { border-color: rgb(199,3,135); }

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