#cf1ca0

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

Shades of Medium Violet Red #CF1CA0

Tints of Medium Violet Red #CF1CA0

Color information

#CF1CA0 (or 0xCF1CA0) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1C and A0. RGB value is (207,28,160). Sum of RGB (Red+Green+Blue) = 207+28+160=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1CA0 is #30E35F. Grayscale: #606060. Windows color (decimal): -3203936 or 10493135. OLE color: 10493135.

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

Color convert

RGB20728160-
CMYK00.860.230.19
HSL315.75º76.17%46.08%-
HSV(B)315.75º86.47%81.18%-
XYZ32.4916.6334.76-
YUV96.57163.8206.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 28 (11.33% from 255) = 7.09%
BLUE value IS 160 (62.89% from 255) = 40.51%
R=52.41%
G=7.09%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072816000.860.230.19315.7576.1746.08
HexCF1CA0056171313c4c2e
Octal317342400126272347411456
Binary1100111111100101000000101011010111100111001111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1ca0; }

 p { color: rgb(207,28,160); }

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

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

 a { background-color: rgb(207,28,160); }

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

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

 span { border-color: rgb(207,28,160); }

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