Html Css Color HEX #C8328B Medium Red Violet

📋 copy color: '#C8328B'

red 200 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #C8328B

Tints of Medium Red Violet #C8328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 51.41%
G = 12.85%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8328B (or 0xC8328B) is known color: Medium Red Violet. HEX triplet: C8, 32 and 8B. RGB value is (200,50,139). Sum of RGB (Red+Green+Blue) = 200+50+139=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8328B is #37CD74. Grayscale: #686868. Windows color (decimal): -3657077 or 9122504. OLE color: 9122504.

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

Color convert

RGB 200 50 139 -
CMYK 0 0.75 0.30 0.22
HSL 324.4º 0.6% 0.49% -
HSV(B) 324.4º 0.75% 0.78% -
XYZ 29.62 16.42 26.04 -
YUV 105 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 200 50 139 0 0.75 0.30 0.22 324.4 0.6 0.49
Hex C8 32 8B 0 4B 1E 16 144 3C 31
Octal 310 62 213 0 113 36 26 504 74 61
Binary 11001000 110010 10001011 0 1001011 11110 10110 101000100 111100 110001

Color Harmonies of #C8328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8328B

Black with #C8328B

Text Example


Text Example

White with #C8328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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