Html Css Color HEX #C8318D Medium Red Violet

📋 copy color: '#C8318D'

red 200 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #C8318D

Tints of Medium Red Violet #C8318D

RGB

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

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

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

R = 51.28%
G = 12.56%
B = 36.15%

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

#C8318D (or 0xC8318D) is known color: Medium Red Violet. HEX triplet: C8, 31 and 8D. RGB value is (200,49,141). Sum of RGB (Red+Green+Blue) = 200+49+141=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8318D is #37CE72. Grayscale: #686868. Windows color (decimal): -3657331 or 9253320. OLE color: 9253320.

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

Color convert

RGB 200 49 141 -
CMYK 0 0.76 0.29 0.22
HSL 323.44º 0.61% 0.49% -
HSV(B) 323.44º 0.76% 0.78% -
XYZ 29.73 16.4 26.8 -
YUV 104.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 200 49 141 0 0.76 0.29 0.22 323.44 0.61 0.49
Hex C8 31 8D 0 4C 1D 16 143 3D 31
Octal 310 61 215 0 114 35 26 503 75 61
Binary 11001000 110001 10001101 0 1001100 11101 10110 101000011 111101 110001

Color Harmonies of #C8318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8318D

Black with #C8318D

Text Example


Text Example

White with #C8318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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