#CF188A

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

Shades of Medium Violet Red #CF188A

Tints of Medium Violet Red #CF188A

Color information

#CF188A (or 0xCF188A) is unknown color: approx Medium Violet Red. HEX triplet: CF, 18 and 8A. RGB value is (207,24,138). Sum of RGB (Red+Green+Blue) = 207+24+138=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF188A is #30E775. Grayscale: #5B5B5B. Windows color (decimal): -3204982 or 9050319. OLE color: 9050319.

HSL color Cylindrical-coordinate representation of color #CF188A: hue angle of 322.62º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF188A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20724138-
CMYK00.880.330.19
HSL322.62º79.22%45.29%-
HSV(B)322.62º88.41%81.18%-
XYZ30.6515.7525.47-
YUV91.71154.13210.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 24 (9.77% from 255) = 6.50%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=56.10%
G=6.50%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072413800.880.330.19322.6279.2245.29
HexCF188A05821131434f2d
Octal317302120130412350311755
Binary11001111110001000101001011000100001100111010000111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF188A; }

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

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

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

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

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

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

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

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