Html Css Color HEX #C322AA Medium Violet Red

📋 copy color: '#C322AA'

red 195 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #C322AA

Tints of Medium Violet Red #C322AA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.52%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 48.87%
G = 8.52%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C322AA (or 0xC322AA) is known color: Medium Violet Red. HEX triplet: C3, 22 and AA. RGB value is (195,34,170). Sum of RGB (Red+Green+Blue) = 195+34+170=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C322AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C322AA is #3CDD55. Grayscale: #616161. Windows color (decimal): -3988822 or 11150019. OLE color: 11150019.

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

Color convert

RGB 195 34 170 -
CMYK 0 0.83 0.13 0.24
HSL 309.32º 0.7% 0.45% -
HSV(B) 309.32º 0.83% 0.76% -
XYZ 30.33 15.65 39.45 -
YUV 97.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 195 34 170 0 0.83 0.13 0.24 309.32 0.7 0.45
Hex C3 22 AA 0 53 D 18 135 46 2D
Octal 303 42 252 0 123 15 30 465 106 55
Binary 11000011 100010 10101010 0 1010011 1101 11000 100110101 1000110 101101

Color Harmonies of #C322AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C322AA

Black with #C322AA

Text Example


Text Example

White with #C322AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C322AA; }

 p { color: rgb(195,34,170); }

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

background-color css

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

 a { background-color: rgb(195,34,170); }

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

border-color css

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

 span { border-color: rgb(195,34,170); }

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