Html Css Color HEX #C320AB Medium Violet Red

📋 copy color: '#C320AB'

red 195 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #C320AB

Tints of Medium Violet Red #C320AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.04%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 48.99%
G = 8.04%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C320AB (or 0xC320AB) is known color: Medium Violet Red. HEX triplet: C3, 20 and AB. RGB value is (195,32,171). Sum of RGB (Red+Green+Blue) = 195+32+171=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C320AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C320AB is #3CDF54. Grayscale: #606060. Windows color (decimal): -3989333 or 11215043. OLE color: 11215043.

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

Color convert

RGB 195 32 171 -
CMYK 0 0.84 0.12 0.24
HSL 308.83º 0.72% 0.45% -
HSV(B) 308.83º 0.84% 0.76% -
XYZ 30.37 15.58 39.93 -
YUV 96.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 195 32 171 0 0.84 0.12 0.24 308.83 0.72 0.45
Hex C3 20 AB 0 54 C 18 135 48 2D
Octal 303 40 253 0 124 14 30 465 110 55
Binary 11000011 100000 10101011 0 1010100 1100 11000 100110101 1001000 101101

Color Harmonies of #C320AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C320AB

Black with #C320AB

Text Example


Text Example

White with #C320AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C320AB; }

 p { color: rgb(195,32,171); }

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

background-color css

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

 a { background-color: rgb(195,32,171); }

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

border-color css

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

 span { border-color: rgb(195,32,171); }

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