Html Css Color HEX #C8309B Medium Red Violet

📋 copy color: '#C8309B'

red 200 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #C8309B

Tints of Medium Red Violet #C8309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 49.63%
G = 11.91%
B = 38.46%

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

#C8309B (or 0xC8309B) is known color: Medium Red Violet. HEX triplet: C8, 30 and 9B. RGB value is (200,48,155). Sum of RGB (Red+Green+Blue) = 200+48+155=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8309B is #37CF64. Grayscale: #696969. Windows color (decimal): -3657573 or 10170568. OLE color: 10170568.

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

Color convert

RGB 200 48 155 -
CMYK 0 0.76 0.22 0.22
HSL 317.76º 0.61% 0.49% -
HSV(B) 317.76º 0.76% 0.78% -
XYZ 30.79 16.76 32.62 -
YUV 105.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 200 48 155 0 0.76 0.22 0.22 317.76 0.61 0.49
Hex C8 30 9B 0 4C 16 16 13E 3D 31
Octal 310 60 233 0 114 26 26 476 75 61
Binary 11001000 110000 10011011 0 1001100 10110 10110 100111110 111101 110001

Color Harmonies of #C8309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8309B

Black with #C8309B

Text Example


Text Example

White with #C8309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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