Html Css Color HEX #C0328B Medium Red Violet

📋 copy color: '#C0328B'

red 192 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #C0328B

Tints of Medium Red Violet #C0328B

RGB

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

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

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

R = 50.39%
G = 13.12%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0328B (or 0xC0328B) is known color: Medium Red Violet. HEX triplet: C0, 32 and 8B. RGB value is (192,50,139). Sum of RGB (Red+Green+Blue) = 192+50+139=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0328B is #3FCD74. Grayscale: #666666. Windows color (decimal): -4181365 or 9122496. OLE color: 9122496.

HSL color Cylindrical-coordinate representation of color #C0328B: hue angle of 322.39º 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 #C0328B is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 139 -
CMYK 0 0.74 0.28 0.25
HSL 322.39º 0.59% 0.47% -
HSV(B) 322.39º 0.74% 0.75% -
XYZ 27.54 15.35 25.94 -
YUV 102.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 192 50 139 0 0.74 0.28 0.25 322.39 0.59 0.47
Hex C0 32 8B 0 4A 1C 19 142 3B 2F
Octal 300 62 213 0 112 34 31 502 73 57
Binary 11000000 110010 10001011 0 1001010 11100 11001 101000010 111011 101111

Color Harmonies of #C0328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0328B

Black with #C0328B

Text Example


Text Example

White with #C0328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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