Html Css Color HEX #C8308D Medium Red Violet

📋 copy color: '#C8308D'

red 200 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #C8308D

Tints of Medium Red Violet #C8308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 51.41%
G = 12.34%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8308D (or 0xC8308D) is known color: Medium Red Violet. HEX triplet: C8, 30 and 8D. RGB value is (200,48,141). Sum of RGB (Red+Green+Blue) = 200+48+141=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8308D is #37CF72. Grayscale: #676767. Windows color (decimal): -3657587 or 9253064. OLE color: 9253064.

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

Color convert

RGB 200 48 141 -
CMYK 0 0.76 0.29 0.22
HSL 323.29º 0.61% 0.49% -
HSV(B) 323.29º 0.76% 0.78% -
XYZ 29.68 16.32 26.78 -
YUV 104.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 200 48 141 0 0.76 0.29 0.22 323.29 0.61 0.49
Hex C8 30 8D 0 4C 1D 16 143 3D 31
Octal 310 60 215 0 114 35 26 503 75 61
Binary 11001000 110000 10001101 0 1001100 11101 10110 101000011 111101 110001

Color Harmonies of #C8308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8308D

Black with #C8308D

Text Example


Text Example

White with #C8308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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