Html Css Color HEX #C3328B Medium Red Violet

📋 copy color: '#C3328B'

red 195 ◦ green 50 ◦ blue 139

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

Shades of Medium Red Violet #C3328B

Tints of Medium Red Violet #C3328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 50.78%
G = 13.02%
B = 36.2%

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

#C3328B (or 0xC3328B) is known color: Medium Red Violet. HEX triplet: C3, 32 and 8B. RGB value is (195,50,139). Sum of RGB (Red+Green+Blue) = 195+50+139=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3328B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3328B is #3CCD74. Grayscale: #676767. Windows color (decimal): -3984757 or 9122499. OLE color: 9122499.

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

Color convert

RGB 195 50 139 -
CMYK 0 0.74 0.29 0.24
HSL 323.17º 0.59% 0.48% -
HSV(B) 323.17º 0.74% 0.76% -
XYZ 28.31 15.75 25.97 -
YUV 103.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 195 50 139 0 0.74 0.29 0.24 323.17 0.59 0.48
Hex C3 32 8B 0 4A 1D 18 143 3B 30
Octal 303 62 213 0 112 35 30 503 73 60
Binary 11000011 110010 10001011 0 1001010 11101 11000 101000011 111011 110000

Color Harmonies of #C3328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3328B

Black with #C3328B

Text Example


Text Example

White with #C3328B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3328B; }

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

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

background-color css

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

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

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

border-color css

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

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

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