#CF129B

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

Shades of Medium Violet Red #CF129B

Tints of Medium Violet Red #CF129B

Color information

#CF129B (or 0xCF129B) is unknown color: approx Medium Violet Red. HEX triplet: CF, 12 and 9B. RGB value is (207,18,155). Sum of RGB (Red+Green+Blue) = 207+18+155=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF129B is #30ED64. Grayscale: #595959. Windows color (decimal): -3206501 or 10162895. OLE color: 10162895.

HSL color Cylindrical-coordinate representation of color #CF129B: hue angle of 316.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF129B is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB20718155-
CMYK00.910.250.19
HSL316.51º84%44.12%-
HSV(B)316.51º91.3%81.18%-
XYZ31.8616.0632.43-
YUV90.13164.62211.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=54.47%
G=4.74%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071815500.910.250.19316.518444.12
HexCF129B05B191313d542c
Octal317222330133312347512454
Binary1100111110010100110110101101111001100111001111011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF129B; }

 p { color: rgb(207,18,155); }

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

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

 a { background-color: rgb(207,18,155); }

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

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

 span { border-color: rgb(207,18,155); }

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