Html Css Color HEX #C8309F Medium Red Violet

📋 copy color: '#C8309F'

red 200 ◦ green 48 ◦ blue 159

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

Shades of Medium Red Violet #C8309F

Tints of Medium Red Violet #C8309F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.79%

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

R = 49.14%
G = 11.79%
B = 39.07%

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

#C8309F (or 0xC8309F) is known color: Medium Red Violet. HEX triplet: C8, 30 and 9F. RGB value is (200,48,159). Sum of RGB (Red+Green+Blue) = 200+48+159=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8309F is #37CF60. Grayscale: #696969. Windows color (decimal): -3657569 or 10432712. OLE color: 10432712.

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

Color convert

RGB 200 48 159 -
CMYK 0 0.76 0.20 0.22
HSL 316.18º 0.61% 0.49% -
HSV(B) 316.18º 0.76% 0.78% -
XYZ 31.13 16.9 34.42 -
YUV 106.1 157.86 194.97 -
System Red Green Blue C M Y K H S L
Decimal 200 48 159 0 0.76 0.20 0.22 316.18 0.61 0.49
Hex C8 30 9F 0 4C 14 16 13C 3D 31
Octal 310 60 237 0 114 24 26 474 75 61
Binary 11001000 110000 10011111 0 1001100 10100 10110 100111100 111101 110001

Color Harmonies of #C8309F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8309F

Black with #C8309F

Text Example


Text Example

White with #C8309F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8309F; }

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

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

background-color css

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

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

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

border-color css

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

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

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