Html Css Color HEX #C323AC Medium Violet Red

📋 copy color: '#C323AC'

red 195 ◦ green 35 ◦ blue 172

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

Shades of Medium Violet Red #C323AC

Tints of Medium Violet Red #C323AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.71%

 BLUE value IS 172 (67.58% from 255) = 42.79%

R = 48.51%
G = 8.71%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C323AC (or 0xC323AC) is known color: Medium Violet Red. HEX triplet: C3, 23 and AC. RGB value is (195,35,172). Sum of RGB (Red+Green+Blue) = 195+35+172=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C323AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323AC is #3CDC53. Grayscale: #626262. Windows color (decimal): -3988564 or 11281347. OLE color: 11281347.

HSL color Cylindrical-coordinate representation of color #C323AC: hue angle of 308.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C323AC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 35 172 -
CMYK 0 0.82 0.12 0.24
HSL 308.63º 0.7% 0.45% -
HSV(B) 308.63º 0.82% 0.76% -
XYZ 30.55 15.78 40.47 -
YUV 98.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 195 35 172 0 0.82 0.12 0.24 308.63 0.7 0.45
Hex C3 23 AC 0 52 C 18 135 46 2D
Octal 303 43 254 0 122 14 30 465 106 55
Binary 11000011 100011 10101100 0 1010010 1100 11000 100110101 1000110 101101

Color Harmonies of #C323AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323AC

Black with #C323AC

Text Example


Text Example

White with #C323AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323AC; }

 p { color: rgb(195,35,172); }

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

background-color css

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

 a { background-color: rgb(195,35,172); }

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

border-color css

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

 span { border-color: rgb(195,35,172); }

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