Html Css Color HEX #C8309C Medium Red Violet

📋 copy color: '#C8309C'

red 200 ◦ green 48 ◦ blue 156

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

Shades of Medium Red Violet #C8309C

Tints of Medium Red Violet #C8309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.61%

R = 49.5%
G = 11.88%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C8309C (or 0xC8309C) is known color: Medium Red Violet. HEX triplet: C8, 30 and 9C. RGB value is (200,48,156). Sum of RGB (Red+Green+Blue) = 200+48+156=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8309C is #37CF63. Grayscale: #696969. Windows color (decimal): -3657572 or 10236104. OLE color: 10236104.

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

Color convert

RGB 200 48 156 -
CMYK 0 0.76 0.22 0.22
HSL 317.37º 0.61% 0.49% -
HSV(B) 317.37º 0.76% 0.78% -
XYZ 30.88 16.79 33.07 -
YUV 105.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 200 48 156 0 0.76 0.22 0.22 317.37 0.61 0.49
Hex C8 30 9C 0 4C 16 16 13D 3D 31
Octal 310 60 234 0 114 26 26 475 75 61
Binary 11001000 110000 10011100 0 1001100 10110 10110 100111101 111101 110001

Color Harmonies of #C8309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8309C

Black with #C8309C

Text Example


Text Example

White with #C8309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8309C; }

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

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

background-color css

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

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

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

border-color css

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

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

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