#C33D8B

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

Shades of Medium Red Violet #C33D8B

Tints of Medium Red Violet #C33D8B

Color information

#C33D8B (or 0xC33D8B) is unknown color: approx Medium Red Violet. HEX triplet: C3, 3D and 8B. RGB value is (195,61,139). Sum of RGB (Red+Green+Blue) = 195+61+139=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33D8B is #3CC274. Grayscale: #6D6D6D. Windows color (decimal): -3981941 or 9125315. OLE color: 9125315.

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

Color convert

RGB19561139-
CMYK00.690.290.24
HSL325.07º52.76%50.2%-
HSV(B)325.07º68.72%76.47%-
XYZ28.8316.826.15-
YUV109.96144.39188.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 61 (24.22% from 255) = 15.44%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=49.37%
G=15.44%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956113900.690.290.24325.0752.7650.2
HexC33D8B0451D181453532
Octal30375213010535305056562
Binary1100001111110110001011010001011110111000101000101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33D8B; }

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

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

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

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

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

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

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

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