#C33D8D

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

Shades of Medium Red Violet #C33D8D

Tints of Medium Red Violet #C33D8D

Color information

#C33D8D (or 0xC33D8D) is unknown color: approx Medium Red Violet. HEX triplet: C3, 3D and 8D. RGB value is (195,61,141). Sum of RGB (Red+Green+Blue) = 195+61+141=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33D8D is #3CC272. Grayscale: #6E6E6E. Windows color (decimal): -3981939 or 9256387. OLE color: 9256387.

HSL color Cylindrical-coordinate representation of color #C33D8D: hue angle of 324.18º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33D8D is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19561141-
CMYK00.690.280.24
HSL324.18º52.76%50.2%-
HSV(B)324.18º68.72%76.47%-
XYZ28.9816.8626.93-
YUV110.19145.39188.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 61 (24.22% from 255) = 15.37%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=49.12%
G=15.37%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956114100.690.280.24324.1852.7650.2
HexC33D8D0451C181443532
Octal30375215010534305046562
Binary1100001111110110001101010001011110011000101000100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33D8D; }

 p { color: rgb(195,61,141); }

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

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

 a { background-color: rgb(195,61,141); }

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

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

 span { border-color: rgb(195,61,141); }

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