Html Css Color HEX #C70384 Medium Violet Red

📋 copy color: '#C70384'

red 199 ◦ green 3 ◦ blue 132

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

Shades of Medium Violet Red #C70384

Tints of Medium Violet Red #C70384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 59.58%
G = 0.9%
B = 39.52%

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

#C70384 (or 0xC70384) is known color: Medium Violet Red. HEX triplet: C7, 03 and 84. RGB value is (199,3,132). Sum of RGB (Red+Green+Blue) = 199+3+132=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C70384 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70384 is #38FC7B. Grayscale: #4B4B4B. Windows color (decimal): -3734652 or 8651719. OLE color: 8651719.

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

Color convert

RGB 199 3 132 -
CMYK 0 0.98 0.34 0.22
HSL 320.51º 0.97% 0.4% -
HSV(B) 320.51º 0.98% 0.78% -
XYZ 27.75 13.87 23.04 -
YUV 76.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 199 3 132 0 0.98 0.34 0.22 320.51 0.97 0.4
Hex C7 3 84 0 62 22 16 141 61 28
Octal 307 3 204 0 142 42 26 501 141 50
Binary 11000111 11 10000100 0 1100010 100010 10110 101000001 1100001 101000

Color Harmonies of #C70384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70384

Black with #C70384

Text Example


Text Example

White with #C70384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70384; }

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

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

background-color css

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

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

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

border-color css

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

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

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