#CE1CAD

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

Shades of Medium Violet Red #CE1CAD

Tints of Medium Violet Red #CE1CAD

Color information

#CE1CAD (or 0xCE1CAD) is unknown color: approx Medium Violet Red. HEX triplet: CE, 1C and AD. RGB value is (206,28,173). Sum of RGB (Red+Green+Blue) = 206+28+173=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1CAD is #31E352. Grayscale: #616161. Windows color (decimal): -3269459 or 11345102. OLE color: 11345102.

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

Color convert

RGB20628173-
CMYK00.860.160.19
HSL311.12º76.07%45.88%-
HSV(B)311.12º86.41%80.78%-
XYZ33.4116.9741.05-
YUV97.75170.47205.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.61%
GREEN value IS 28 (11.33% from 255) = 6.88%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=50.61%
G=6.88%
B=42.51%

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
Decimal2062817300.860.160.19311.1276.0745.88
HexCE1CAD05610131374c2e
Octal316342550126202346711456
Binary1100111011100101011010101011010000100111001101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1CAD; }

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

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

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

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

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

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

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

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