Html Css Color HEX #C0329C Medium Red Violet

📋 copy color: '#C0329C'

red 192 ◦ green 50 ◦ blue 156

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

Shades of Medium Red Violet #C0329C

Tints of Medium Red Violet #C0329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 48.24%
G = 12.56%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0329C (or 0xC0329C) is known color: Medium Red Violet. HEX triplet: C0, 32 and 9C. RGB value is (192,50,156). Sum of RGB (Red+Green+Blue) = 192+50+156=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0329C is #3FCD63. Grayscale: #686868. Windows color (decimal): -4181348 or 10236608. OLE color: 10236608.

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

Color convert

RGB 192 50 156 -
CMYK 0 0.74 0.19 0.25
HSL 315.21º 0.59% 0.47% -
HSV(B) 315.21º 0.74% 0.75% -
XYZ 28.88 15.89 33 -
YUV 104.54 157.04 190.38 -
System Red Green Blue C M Y K H S L
Decimal 192 50 156 0 0.74 0.19 0.25 315.21 0.59 0.47
Hex C0 32 9C 0 4A 13 19 13B 3B 2F
Octal 300 62 234 0 112 23 31 473 73 57
Binary 11000000 110010 10011100 0 1001010 10011 11001 100111011 111011 101111

Color Harmonies of #C0329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0329C

Black with #C0329C

Text Example


Text Example

White with #C0329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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