Html Css Color HEX #CE10A0 Medium Violet Red

📋 copy color: '#CE10A0'

red 206 ◦ green 16 ◦ blue 160

#CE10A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CE10A0

Tints of Medium Violet Red #CE10A0

RGB

 RED value IS 206 (80.86% from 255) = 53.93%

 GREEN value IS 16 (6.64% from 255) = 4.19%

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 53.93%
G = 4.19%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE10A0 (or 0xCE10A0) is known color: Medium Violet Red. HEX triplet: CE, 10 and A0. RGB value is (206,16,160). Sum of RGB (Red+Green+Blue) = 206+16+160=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10A0 is #31EF5F. Grayscale: #585858. Windows color (decimal): -3272544 or 10490062. OLE color: 10490062.

HSL color Cylindrical-coordinate representation of color #CE10A0: hue angle of 314.53º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10A0 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 16 160 -
CMYK 0 0.92 0.22 0.19
HSL 314.53º 0.86% 0.44% -
HSV(B) 314.53º 0.92% 0.81% -
XYZ 31.98 16.03 34.67 -
YUV 89.23 167.95 211.29 -
System Red Green Blue C M Y K H S L
Decimal 206 16 160 0 0.92 0.22 0.19 314.53 0.86 0.44
Hex CE 10 A0 0 5C 16 13 13B 56 2C
Octal 316 20 240 0 134 26 23 473 126 54
Binary 11001110 10000 10100000 0 1011100 10110 10011 100111011 1010110 101100

Color Harmonies of #CE10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10A0

Black with #CE10A0

Text Example


Text Example

White with #CE10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10A0; }

 p { color: rgb(206,16,160); }

 H1.HeaderClassName
 {
   color: #CE10A0;
 }
 .AnyTagClassName
 {
   color: #CE10A0;
 }
</style>

background-color css

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

 a { background-color: rgb(206,16,160); }

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

border-color css

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

 span { border-color: rgb(206,16,160); }

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