Html Css Color HEX #C2328C Medium Red Violet

📋 copy color: '#C2328C'

red 194 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #C2328C

Tints of Medium Red Violet #C2328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 50.52%
G = 13.02%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2328C (or 0xC2328C) is known color: Medium Red Violet. HEX triplet: C2, 32 and 8C. RGB value is (194,50,140). Sum of RGB (Red+Green+Blue) = 194+50+140=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2328C is #3DCD73. Grayscale: #676767. Windows color (decimal): -4050292 or 9188034. OLE color: 9188034.

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

Color convert

RGB 194 50 140 -
CMYK 0 0.74 0.28 0.24
HSL 322.5º 0.59% 0.48% -
HSV(B) 322.5º 0.74% 0.76% -
XYZ 28.12 15.64 26.35 -
YUV 103.32 148.71 192.68 -
System Red Green Blue C M Y K H S L
Decimal 194 50 140 0 0.74 0.28 0.24 322.5 0.59 0.48
Hex C2 32 8C 0 4A 1C 18 142 3B 30
Octal 302 62 214 0 112 34 30 502 73 60
Binary 11000010 110010 10001100 0 1001010 11100 11000 101000010 111011 110000

Color Harmonies of #C2328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2328C

Black with #C2328C

Text Example


Text Example

White with #C2328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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