#C333A1

Color #C333A1 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C333A1

Tints of Medium Red Violet #C333A1

Color information

#C333A1 (or 0xC333A1) is unknown color: approx Medium Red Violet. HEX triplet: C3, 33 and A1. RGB value is (195,51,161). Sum of RGB (Red+Green+Blue) = 195+51+161=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C333A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C333A1 is #3CCC5E. Grayscale: #6A6A6A. Windows color (decimal): -3984479 or 10564547. OLE color: 10564547.

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

Color convert

RGB19551161-
CMYK00.740.170.24
HSL314.17º58.54%48.24%-
HSV(B)314.17º73.85%76.47%-
XYZ30.1216.5435.32-
YUV106.6158.71191.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.91%
GREEN value IS 51 (20.31% from 255) = 12.53%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=47.91%
G=12.53%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955116100.740.170.24314.1758.5448.24
HexC333A104A111813a3b30
Octal30363241011221304727360
Binary1100001111001110100001010010101000111000100111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C333A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C333A1; }

 p { color: rgb(195,51,161); }

 H1.HeaderClassName
 {
   color: #C333A1;
 }
 .AnyTagClassName
 {
   color: #C333A1;
 }
</style>
background-color css

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

 a { background-color: rgb(195,51,161); }

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

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

 span { border-color: rgb(195,51,161); }

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