Html Css Color HEX #C70287 Medium Violet Red

📋 copy color: '#C70287'

red 199 ◦ green 2 ◦ blue 135

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

Shades of Medium Violet Red #C70287

Tints of Medium Violet Red #C70287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 59.23%
G = 0.6%
B = 40.18%

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

#C70287 (or 0xC70287) is known color: Medium Violet Red. HEX triplet: C7, 02 and 87. RGB value is (199,2,135). Sum of RGB (Red+Green+Blue) = 199+2+135=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C70287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70287 is #38FD78. Grayscale: #4B4B4B. Windows color (decimal): -3734905 or 8848071. OLE color: 8848071.

HSL color Cylindrical-coordinate representation of color #C70287: hue angle of 319.49º degrees, saturation: 0.98, 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 #C70287 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 135 -
CMYK 0 0.99 0.32 0.22
HSL 319.49º 0.98% 0.39% -
HSV(B) 319.49º 0.99% 0.78% -
XYZ 27.95 13.93 24.14 -
YUV 76.07 161.27 215.69 -
System Red Green Blue C M Y K H S L
Decimal 199 2 135 0 0.99 0.32 0.22 319.49 0.98 0.39
Hex C7 2 87 0 63 20 16 13F 62 27
Octal 307 2 207 0 143 40 26 477 142 47
Binary 11000111 10 10000111 0 1100011 100000 10110 100111111 1100010 100111

Color Harmonies of #C70287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70287

Black with #C70287

Text Example


Text Example

White with #C70287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70287; }

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

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

background-color css

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

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

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

border-color css

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

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

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