Html Css Color HEX #C3328F Medium Red Violet

📋 copy color: '#C3328F'

red 195 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #C3328F

Tints of Medium Red Violet #C3328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 50.26%
G = 12.89%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3328F (or 0xC3328F) is known color: Medium Red Violet. HEX triplet: C3, 32 and 8F. RGB value is (195,50,143). Sum of RGB (Red+Green+Blue) = 195+50+143=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3328F is #3CCD70. Grayscale: #676767. Windows color (decimal): -3984753 or 9384643. OLE color: 9384643.

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

Color convert

RGB 195 50 143 -
CMYK 0 0.74 0.27 0.24
HSL 321.52º 0.59% 0.48% -
HSV(B) 321.52º 0.74% 0.76% -
XYZ 28.6 15.87 27.54 -
YUV 103.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 195 50 143 0 0.74 0.27 0.24 321.52 0.59 0.48
Hex C3 32 8F 0 4A 1B 18 142 3B 30
Octal 303 62 217 0 112 33 30 502 73 60
Binary 11000011 110010 10001111 0 1001010 11011 11000 101000010 111011 110000

Color Harmonies of #C3328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3328F

Black with #C3328F

Text Example


Text Example

White with #C3328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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