#CF1A8C

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

Shades of Medium Violet Red #CF1A8C

Tints of Medium Violet Red #CF1A8C

Color information

#CF1A8C (or 0xCF1A8C) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1A and 8C. RGB value is (207,26,140). Sum of RGB (Red+Green+Blue) = 207+26+140=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1A8C is #30E573. Grayscale: #5C5C5C. Windows color (decimal): -3204468 or 9181903. OLE color: 9181903.

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

Color convert

RGB20726140-
CMYK00.870.320.19
HSL322.21º77.68%45.69%-
HSV(B)322.21º87.44%81.18%-
XYZ30.8415.926.25-
YUV93.12154.47209.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 26 (10.55% from 255) = 6.97%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=55.50%
G=6.97%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072614000.870.320.19322.2177.6845.69
HexCF1A8C05720131424e2e
Octal317322140127402350211656
Binary11001111110101000110001010111100000100111010000101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1A8C; }

 p { color: rgb(207,26,140); }

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

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

 a { background-color: rgb(207,26,140); }

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

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

 span { border-color: rgb(207,26,140); }

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