Html Css Color HEX #C8319F Medium Red Violet

📋 copy color: '#C8319F'

red 200 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #C8319F

Tints of Medium Red Violet #C8319F

RGB

 RED value IS 200 (78.52% from 255) = 49.02%

 GREEN value IS 49 (19.53% from 255) = 12.01%

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 49.02%
G = 12.01%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C8319F (or 0xC8319F) is known color: Medium Red Violet. HEX triplet: C8, 31 and 9F. RGB value is (200,49,159). Sum of RGB (Red+Green+Blue) = 200+49+159=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8319F is #37CE60. Grayscale: #6A6A6A. Windows color (decimal): -3657313 or 10432968. OLE color: 10432968.

HSL color Cylindrical-coordinate representation of color #C8319F: hue angle of 316.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8319F is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 159 -
CMYK 0 0.76 0.20 0.22
HSL 316.29º 0.61% 0.49% -
HSV(B) 316.29º 0.76% 0.78% -
XYZ 31.18 16.98 34.44 -
YUV 106.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 200 49 159 0 0.76 0.20 0.22 316.29 0.61 0.49
Hex C8 31 9F 0 4C 14 16 13C 3D 31
Octal 310 61 237 0 114 24 26 474 75 61
Binary 11001000 110001 10011111 0 1001100 10100 10110 100111100 111101 110001

Color Harmonies of #C8319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8319F

Black with #C8319F

Text Example


Text Example

White with #C8319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8319F; }

 p { color: rgb(200,49,159); }

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

background-color css

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

 a { background-color: rgb(200,49,159); }

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

border-color css

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

 span { border-color: rgb(200,49,159); }

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