#CF158E

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

Shades of Medium Violet Red #CF158E

Tints of Medium Violet Red #CF158E

Color information

#CF158E (or 0xCF158E) is unknown color: approx Medium Violet Red. HEX triplet: CF, 15 and 8E. RGB value is (207,21,142). Sum of RGB (Red+Green+Blue) = 207+21+142=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF158E is #30EA71. Grayscale: #5A5A5A. Windows color (decimal): -3205746 or 9311695. OLE color: 9311695.

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

Color convert

RGB20721142-
CMYK00.900.310.19
HSL320.97º81.58%44.71%-
HSV(B)320.97º89.86%81.18%-
XYZ30.8815.7527-
YUV90.41157.12211.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 21 (8.59% from 255) = 5.68%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=55.95%
G=5.68%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072114200.900.310.19320.9781.5844.71
HexCF158E05A1F13141522d
Octal317252160132372350112255
Binary1100111110101100011100101101011111100111010000011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF158E; }

 p { color: rgb(207,21,142); }

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

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

 a { background-color: rgb(207,21,142); }

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

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

 span { border-color: rgb(207,21,142); }

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