Html Css Color HEX #C8328E Medium Red Violet

📋 copy color: '#C8328E'

red 200 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #C8328E

Tints of Medium Red Violet #C8328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 51.02%
G = 12.76%
B = 36.22%

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

#C8328E (or 0xC8328E) is known color: Medium Red Violet. HEX triplet: C8, 32 and 8E. RGB value is (200,50,142). Sum of RGB (Red+Green+Blue) = 200+50+142=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8328E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8328E is #37CD71. Grayscale: #696969. Windows color (decimal): -3657074 or 9319112. OLE color: 9319112.

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

Color convert

RGB 200 50 142 -
CMYK 0 0.75 0.29 0.22
HSL 323.2º 0.6% 0.49% -
HSV(B) 323.2º 0.75% 0.78% -
XYZ 29.84 16.51 27.21 -
YUV 105.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 200 50 142 0 0.75 0.29 0.22 323.2 0.6 0.49
Hex C8 32 8E 0 4B 1D 16 143 3C 31
Octal 310 62 216 0 113 35 26 503 74 61
Binary 11001000 110010 10001110 0 1001011 11101 10110 101000011 111100 110001

Color Harmonies of #C8328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8328E

Black with #C8328E

Text Example


Text Example

White with #C8328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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