Html Css Color HEX #C8328D Medium Red Violet

📋 copy color: '#C8328D'

red 200 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #C8328D

Tints of Medium Red Violet #C8328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.79%

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

R = 51.15%
G = 12.79%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8328D (or 0xC8328D) is known color: Medium Red Violet. HEX triplet: C8, 32 and 8D. RGB value is (200,50,141). Sum of RGB (Red+Green+Blue) = 200+50+141=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8328D is #37CD72. Grayscale: #696969. Windows color (decimal): -3657075 or 9253576. OLE color: 9253576.

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

Color convert

RGB 200 50 141 -
CMYK 0 0.75 0.29 0.22
HSL 323.6º 0.6% 0.49% -
HSV(B) 323.6º 0.75% 0.78% -
XYZ 29.77 16.48 26.81 -
YUV 105.22 148.2 195.6 -
System Red Green Blue C M Y K H S L
Decimal 200 50 141 0 0.75 0.29 0.22 323.6 0.6 0.49
Hex C8 32 8D 0 4B 1D 16 144 3C 31
Octal 310 62 215 0 113 35 26 504 74 61
Binary 11001000 110010 10001101 0 1001011 11101 10110 101000100 111100 110001

Color Harmonies of #C8328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8328D

Black with #C8328D

Text Example


Text Example

White with #C8328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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