Html Css Color HEX #C70187 Medium Violet Red

📋 copy color: '#C70187'

red 199 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #C70187

Tints of Medium Violet Red #C70187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 59.4%
G = 0.3%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C70187 (or 0xC70187) is known color: Medium Violet Red. HEX triplet: C7, 01 and 87. RGB value is (199,1,135). Sum of RGB (Red+Green+Blue) = 199+1+135=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C70187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70187 is #38FE78. Grayscale: #4B4B4B. Windows color (decimal): -3735161 or 8847815. OLE color: 8847815.

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

Color convert

RGB 199 1 135 -
CMYK 0 0.99 0.32 0.22
HSL 319.39º 0.99% 0.39% -
HSV(B) 319.39º 0.99% 0.78% -
XYZ 27.94 13.91 24.13 -
YUV 75.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 199 1 135 0 0.99 0.32 0.22 319.39 0.99 0.39
Hex C7 1 87 0 63 20 16 13F 63 27
Octal 307 1 207 0 143 40 26 477 143 47
Binary 11000111 1 10000111 0 1100011 100000 10110 100111111 1100011 100111

Color Harmonies of #C70187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70187

Black with #C70187

Text Example


Text Example

White with #C70187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70187; }

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

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

background-color css

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

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

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

border-color css

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

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

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