Html Css Color HEX #C2329A Medium Red Violet

📋 copy color: '#C2329A'

red 194 ◦ green 50 ◦ blue 154

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

Shades of Medium Red Violet #C2329A

Tints of Medium Red Violet #C2329A

RGB

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

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

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

R = 48.74%
G = 12.56%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2329A (or 0xC2329A) is known color: Medium Red Violet. HEX triplet: C2, 32 and 9A. RGB value is (194,50,154). Sum of RGB (Red+Green+Blue) = 194+50+154=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2329A is #3DCD65. Grayscale: #686868. Windows color (decimal): -4050278 or 10105538. OLE color: 10105538.

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

Color convert

RGB 194 50 154 -
CMYK 0 0.74 0.21 0.24
HSL 316.67º 0.59% 0.48% -
HSV(B) 316.67º 0.74% 0.76% -
XYZ 29.22 16.08 32.14 -
YUV 104.91 155.71 191.54 -
System Red Green Blue C M Y K H S L
Decimal 194 50 154 0 0.74 0.21 0.24 316.67 0.59 0.48
Hex C2 32 9A 0 4A 15 18 13D 3B 30
Octal 302 62 232 0 112 25 30 475 73 60
Binary 11000010 110010 10011010 0 1001010 10101 11000 100111101 111011 110000

Color Harmonies of #C2329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2329A

Black with #C2329A

Text Example


Text Example

White with #C2329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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