Html Css Color HEX #C8327C Medium Red Violet

📋 copy color: '#C8327C'

red 200 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #C8327C

Tints of Medium Red Violet #C8327C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 53.48%
G = 13.37%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8327C (or 0xC8327C) is known color: Medium Red Violet. HEX triplet: C8, 32 and 7C. RGB value is (200,50,124). Sum of RGB (Red+Green+Blue) = 200+50+124=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8327C is #37CD83. Grayscale: #676767. Windows color (decimal): -3657092 or 8139464. OLE color: 8139464.

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

Color convert

RGB 200 50 124 -
CMYK 0 0.75 0.38 0.22
HSL 330.4º 0.6% 0.49% -
HSV(B) 330.4º 0.75% 0.78% -
XYZ 28.6 16.02 20.65 -
YUV 103.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 200 50 124 0 0.75 0.38 0.22 330.4 0.6 0.49
Hex C8 32 7C 0 4B 26 16 14A 3C 31
Octal 310 62 174 0 113 46 26 512 74 61
Binary 11001000 110010 1111100 0 1001011 100110 10110 101001010 111100 110001

Color Harmonies of #C8327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8327C

Black with #C8327C

Text Example


Text Example

White with #C8327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8327C; }

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

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

background-color css

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

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

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

border-color css

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

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

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