Html Css Color HEX #C0328D Medium Red Violet

📋 copy color: '#C0328D'

red 192 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #C0328D

Tints of Medium Red Violet #C0328D

RGB

 RED value IS 192 (75.39% from 255) = 50.13%

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

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

R = 50.13%
G = 13.05%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0328D (or 0xC0328D) is known color: Medium Red Violet. HEX triplet: C0, 32 and 8D. RGB value is (192,50,141). Sum of RGB (Red+Green+Blue) = 192+50+141=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0328D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0328D is #3FCD72. Grayscale: #666666. Windows color (decimal): -4181363 or 9253568. OLE color: 9253568.

HSL color Cylindrical-coordinate representation of color #C0328D: hue angle of 321.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0328D is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 141 -
CMYK 0 0.74 0.27 0.25
HSL 321.55º 0.59% 0.47% -
HSV(B) 321.55º 0.74% 0.75% -
XYZ 27.69 15.41 26.71 -
YUV 102.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 192 50 141 0 0.74 0.27 0.25 321.55 0.59 0.47
Hex C0 32 8D 0 4A 1B 19 142 3B 2F
Octal 300 62 215 0 112 33 31 502 73 57
Binary 11000000 110010 10001101 0 1001010 11011 11001 101000010 111011 101111

Color Harmonies of #C0328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0328D

Black with #C0328D

Text Example


Text Example

White with #C0328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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