Html Css Color HEX #C70383 Medium Violet Red

📋 copy color: '#C70383'

red 199 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #C70383

Tints of Medium Violet Red #C70383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 59.76%
G = 0.9%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C70383 (or 0xC70383) is known color: Medium Violet Red. HEX triplet: C7, 03 and 83. RGB value is (199,3,131). Sum of RGB (Red+Green+Blue) = 199+3+131=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C70383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70383 is #38FC7C. Grayscale: #4B4B4B. Windows color (decimal): -3734653 or 8586183. OLE color: 8586183.

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

Color convert

RGB 199 3 131 -
CMYK 0 0.98 0.34 0.22
HSL 320.82º 0.97% 0.4% -
HSV(B) 320.82º 0.98% 0.78% -
XYZ 27.68 13.85 22.69 -
YUV 76.2 158.93 215.59 -
System Red Green Blue C M Y K H S L
Decimal 199 3 131 0 0.98 0.34 0.22 320.82 0.97 0.4
Hex C7 3 83 0 62 22 16 141 61 28
Octal 307 3 203 0 142 42 26 501 141 50
Binary 11000111 11 10000011 0 1100010 100010 10110 101000001 1100001 101000

Color Harmonies of #C70383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70383

Black with #C70383

Text Example


Text Example

White with #C70383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70383; }

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

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

background-color css

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

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

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

border-color css

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

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

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