#CF1CAD

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

Shades of Medium Violet Red #CF1CAD

Tints of Medium Violet Red #CF1CAD

Color information

#CF1CAD (or 0xCF1CAD) is unknown color: approx Medium Violet Red. HEX triplet: CF, 1C and AD. RGB value is (207,28,173). Sum of RGB (Red+Green+Blue) = 207+28+173=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1CAD is #30E352. Grayscale: #616161. Windows color (decimal): -3203923 or 11345103. OLE color: 11345103.

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

Color convert

RGB20728173-
CMYK00.860.160.19
HSL311.4º76.17%46.08%-
HSV(B)311.4º86.47%81.18%-
XYZ33.6917.1141.06-
YUV98.05170.3205.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.74%
GREEN value IS 28 (11.33% from 255) = 6.86%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=50.74%
G=6.86%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072817300.860.160.19311.476.1746.08
HexCF1CAD05610131374c2e
Octal317342550126202346711456
Binary1100111111100101011010101011010000100111001101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1CAD; }

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

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

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

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

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

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

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

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