Html Css Color HEX #C2328A Medium Red Violet

📋 copy color: '#C2328A'

red 194 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #C2328A

Tints of Medium Red Violet #C2328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.13%

R = 50.79%
G = 13.09%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2328A (or 0xC2328A) is known color: Medium Red Violet. HEX triplet: C2, 32 and 8A. RGB value is (194,50,138). Sum of RGB (Red+Green+Blue) = 194+50+138=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2328A is #3DCD75. Grayscale: #666666. Windows color (decimal): -4050294 or 9056962. OLE color: 9056962.

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

Color convert

RGB 194 50 138 -
CMYK 0 0.74 0.29 0.24
HSL 323.33º 0.59% 0.48% -
HSV(B) 323.33º 0.74% 0.76% -
XYZ 27.98 15.59 25.58 -
YUV 103.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 194 50 138 0 0.74 0.29 0.24 323.33 0.59 0.48
Hex C2 32 8A 0 4A 1D 18 143 3B 30
Octal 302 62 212 0 112 35 30 503 73 60
Binary 11000010 110010 10001010 0 1001010 11101 11000 101000011 111011 110000

Color Harmonies of #C2328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2328A

Black with #C2328A

Text Example


Text Example

White with #C2328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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