Html Css Color HEX #C0329A Medium Red Violet

📋 copy color: '#C0329A'

red 192 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #C0329A

Tints of Medium Red Violet #C0329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 48.48%
G = 12.63%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0329A (or 0xC0329A) is known color: Medium Red Violet. HEX triplet: C0, 32 and 9A. RGB value is (192,50,154). Sum of RGB (Red+Green+Blue) = 192+50+154=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0329A is #3FCD65. Grayscale: #686868. Windows color (decimal): -4181350 or 10105536. OLE color: 10105536.

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

Color convert

RGB 192 50 154 -
CMYK 0 0.74 0.20 0.25
HSL 316.06º 0.59% 0.47% -
HSV(B) 316.06º 0.74% 0.75% -
XYZ 28.71 15.82 32.11 -
YUV 104.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 192 50 154 0 0.74 0.20 0.25 316.06 0.59 0.47
Hex C0 32 9A 0 4A 14 19 13C 3B 2F
Octal 300 62 232 0 112 24 31 474 73 57
Binary 11000000 110010 10011010 0 1001010 10100 11001 100111100 111011 101111

Color Harmonies of #C0329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0329A

Black with #C0329A

Text Example


Text Example

White with #C0329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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