#CF05A4

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

Shades of Medium Violet Red #CF05A4

Tints of Medium Violet Red #CF05A4

Color information

#CF05A4 (or 0xCF05A4) is unknown color: approx Medium Violet Red. HEX triplet: CF, 05 and A4. RGB value is (207,5,164). Sum of RGB (Red+Green+Blue) = 207+5+164=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF05A4 is #30FA5B. Grayscale: #535353. Windows color (decimal): -3209820 or 10749391. OLE color: 10749391.

HSL color Cylindrical-coordinate representation of color #CF05A4: hue angle of 312.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05A4 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB2075164-
CMYK00.980.210.19
HSL312.77º95.28%41.57%-
HSV(B)312.77º97.58%81.18%-
XYZ32.4916.0536.51-
YUV83.52173.42216.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.05%
GREEN value IS 5 (2.34% from 255) = 1.33%
BLUE value IS 164 (64.45% from 255) = 43.62%
R=55.05%
G=1.33%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207516400.980.210.19312.7795.2841.57
HexCF5A406215131395f2a
Octal31752440142252347113752
Binary11001111101101001000110001010101100111001110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF05A4; }

 p { color: rgb(207,5,164); }

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

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

 a { background-color: rgb(207,5,164); }

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

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

 span { border-color: rgb(207,5,164); }

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