#CE147E

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

Shades of Medium Violet Red #CE147E

Tints of Medium Violet Red #CE147E

Color information

#CE147E (or 0xCE147E) is unknown color: approx Medium Violet Red. HEX triplet: CE, 14 and 7E. RGB value is (206,20,126). Sum of RGB (Red+Green+Blue) = 206+20+126=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE147E is #31EB81. Grayscale: #575757. Windows color (decimal): -3271554 or 8262862. OLE color: 8262862.

HSL color Cylindrical-coordinate representation of color #CE147E: hue angle of 325.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE147E is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB20620126-
CMYK00.900.390.19
HSL325.81º82.3%44.31%-
HSV(B)325.81º90.29%80.78%-
XYZ29.4715.1321.11-
YUV87.7149.62212.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.52%
GREEN value IS 20 (8.20% from 255) = 5.68%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=58.52%
G=5.68%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062012600.900.390.19325.8182.344.31
HexCE147E05A2713146522c
Octal316241760132472350612254
Binary1100111010100111111001011010100111100111010001101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE147E; }

 p { color: rgb(206,20,126); }

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

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

 a { background-color: rgb(206,20,126); }

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

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

 span { border-color: rgb(206,20,126); }

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