#CE1F7A

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

Shades of Medium Violet Red #CE1F7A

Tints of Medium Violet Red #CE1F7A

Color information

#CE1F7A (or 0xCE1F7A) is unknown color: approx Medium Violet Red. HEX triplet: CE, 1F and 7A. RGB value is (206,31,122). Sum of RGB (Red+Green+Blue) = 206+31+122=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F7A is #31E085. Grayscale: #5D5D5D. Windows color (decimal): -3268742 or 8003534. OLE color: 8003534.

HSL color Cylindrical-coordinate representation of color #CE1F7A: hue angle of 328.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F7A is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB20631122-
CMYK00.850.410.19
HSL328.8º73.84%46.47%-
HSV(B)328.8º84.95%80.78%-
XYZ29.4615.5119.85-
YUV93.7143.98208.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.38%
GREEN value IS 31 (12.5% from 255) = 8.64%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=57.38%
G=8.64%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063112200.850.410.19328.873.8446.47
HexCE1F7A05529131494a2e
Octal316371720125512351111256
Binary1100111011111111101001010101101001100111010010011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1F7A; }

 p { color: rgb(206,31,122); }

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

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

 a { background-color: rgb(206,31,122); }

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

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

 span { border-color: rgb(206,31,122); }

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