Html Css Color HEX #C323A0 Medium Violet Red

📋 copy color: '#C323A0'

red 195 ◦ green 35 ◦ blue 160

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

Shades of Medium Violet Red #C323A0

Tints of Medium Violet Red #C323A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 50%
G = 8.97%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C323A0 (or 0xC323A0) is known color: Medium Violet Red. HEX triplet: C3, 23 and A0. RGB value is (195,35,160). Sum of RGB (Red+Green+Blue) = 195+35+160=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C323A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C323A0 is #3CDC5F. Grayscale: #606060. Windows color (decimal): -3988576 or 10494915. OLE color: 10494915.

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

Color convert

RGB 195 35 160 -
CMYK 0 0.82 0.18 0.24
HSL 313.13º 0.7% 0.45% -
HSV(B) 313.13º 0.82% 0.76% -
XYZ 29.45 15.34 34.67 -
YUV 97.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 195 35 160 0 0.82 0.18 0.24 313.13 0.7 0.45
Hex C3 23 A0 0 52 12 18 139 46 2D
Octal 303 43 240 0 122 22 30 471 106 55
Binary 11000011 100011 10100000 0 1010010 10010 11000 100111001 1000110 101101

Color Harmonies of #C323A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C323A0

Black with #C323A0

Text Example


Text Example

White with #C323A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C323A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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