Html Css Color HEX #C2329B Medium Red Violet

📋 copy color: '#C2329B'

red 194 ◦ green 50 ◦ blue 155

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

Shades of Medium Red Violet #C2329B

Tints of Medium Red Violet #C2329B

RGB

 RED value IS 194 (76.17% from 255) = 48.62%

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 48.62%
G = 12.53%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2329B (or 0xC2329B) is known color: Medium Red Violet. HEX triplet: C2, 32 and 9B. RGB value is (194,50,155). Sum of RGB (Red+Green+Blue) = 194+50+155=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2329B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2329B is #3DCD64. Grayscale: #686868. Windows color (decimal): -4050277 or 10171074. OLE color: 10171074.

HSL color Cylindrical-coordinate representation of color #C2329B: hue angle of 316.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2329B is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 155 -
CMYK 0 0.74 0.20 0.24
HSL 316.25º 0.59% 0.48% -
HSV(B) 316.25º 0.74% 0.76% -
XYZ 29.31 16.12 32.58 -
YUV 105.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 194 50 155 0 0.74 0.20 0.24 316.25 0.59 0.48
Hex C2 32 9B 0 4A 14 18 13C 3B 30
Octal 302 62 233 0 112 24 30 474 73 60
Binary 11000010 110010 10011011 0 1001010 10100 11000 100111100 111011 110000

Color Harmonies of #C2329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2329B

Black with #C2329B

Text Example


Text Example

White with #C2329B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2329B; }

 p { color: rgb(194,50,155); }

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

background-color css

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

 a { background-color: rgb(194,50,155); }

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

border-color css

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

 span { border-color: rgb(194,50,155); }

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