Html Css Color HEX #C3328C Medium Red Violet

📋 copy color: '#C3328C'

red 195 ◦ green 50 ◦ blue 140

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

Shades of Medium Red Violet #C3328C

Tints of Medium Red Violet #C3328C

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

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

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

R = 50.65%
G = 12.99%
B = 36.36%

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

#C3328C (or 0xC3328C) is known color: Medium Red Violet. HEX triplet: C3, 32 and 8C. RGB value is (195,50,140). Sum of RGB (Red+Green+Blue) = 195+50+140=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3328C is #3CCD73. Grayscale: #676767. Windows color (decimal): -3984756 or 9188035. OLE color: 9188035.

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

Color convert

RGB 195 50 140 -
CMYK 0 0.74 0.28 0.24
HSL 322.76º 0.59% 0.48% -
HSV(B) 322.76º 0.74% 0.76% -
XYZ 28.38 15.78 26.36 -
YUV 103.62 148.54 193.18 -
System Red Green Blue C M Y K H S L
Decimal 195 50 140 0 0.74 0.28 0.24 322.76 0.59 0.48
Hex C3 32 8C 0 4A 1C 18 143 3B 30
Octal 303 62 214 0 112 34 30 503 73 60
Binary 11000011 110010 10001100 0 1001010 11100 11000 101000011 111011 110000

Color Harmonies of #C3328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3328C

Black with #C3328C

Text Example


Text Example

White with #C3328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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