#CF128A

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

Shades of Medium Violet Red #CF128A

Tints of Medium Violet Red #CF128A

Color information

#CF128A (or 0xCF128A) is unknown color: approx Medium Violet Red. HEX triplet: CF, 12 and 8A. RGB value is (207,18,138). Sum of RGB (Red+Green+Blue) = 207+18+138=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF128A is #30ED75. Grayscale: #575757. Windows color (decimal): -3206518 or 9048783. OLE color: 9048783.

HSL color Cylindrical-coordinate representation of color #CF128A: hue angle of 321.9º 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 #CF128A is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20718138-
CMYK00.910.330.19
HSL321.9º84%44.12%-
HSV(B)321.9º91.3%81.18%-
XYZ30.5415.5325.43-
YUV88.19156.12212.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.02%
GREEN value IS 18 (7.42% from 255) = 4.96%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=57.02%
G=4.96%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071813800.910.330.19321.98444.12
HexCF128A05B2113142542c
Octal317222120133412350212454
Binary11001111100101000101001011011100001100111010000101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF128A; }

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

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

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

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

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

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

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

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