#CF119C

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

Shades of Medium Violet Red #CF119C

Tints of Medium Violet Red #CF119C

Color information

#CF119C (or 0xCF119C) is unknown color: approx Medium Violet Red. HEX triplet: CF, 11 and 9C. RGB value is (207,17,156). Sum of RGB (Red+Green+Blue) = 207+17+156=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF119C is #30EE63. Grayscale: #595959. Windows color (decimal): -3206756 or 10228175. OLE color: 10228175.

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

Color convert

RGB20717156-
CMYK00.920.250.19
HSL316.11º84.82%43.92%-
HSV(B)316.11º91.79%81.18%-
XYZ31.9316.0732.87-
YUV89.66165.45211.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.47%
GREEN value IS 17 (7.03% from 255) = 4.47%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=54.47%
G=4.47%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071715600.920.250.19316.1184.8243.92
HexCF119C05C191313c552c
Octal317212340134312347412554
Binary1100111110001100111000101110011001100111001111001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF119C; }

 p { color: rgb(207,17,156); }

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

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

 a { background-color: rgb(207,17,156); }

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

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

 span { border-color: rgb(207,17,156); }

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