Html Css Color HEX #CE15A1 Medium Violet Red

📋 copy color: '#CE15A1'

red 206 ◦ green 21 ◦ blue 161

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

Shades of Medium Violet Red #CE15A1

Tints of Medium Violet Red #CE15A1

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.41%

 BLUE value IS 161 (63.28% from 255) = 41.49%

R = 53.09%
G = 5.41%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE15A1 (or 0xCE15A1) is known color: Medium Violet Red. HEX triplet: CE, 15 and A1. RGB value is (206,21,161). Sum of RGB (Red+Green+Blue) = 206+21+161=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE15A1 is #31EA5E. Grayscale: #5B5B5B. Windows color (decimal): -3271263 or 10556878. OLE color: 10556878.

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

Color convert

RGB 206 21 161 -
CMYK 0 0.90 0.22 0.19
HSL 314.59º 0.81% 0.45% -
HSV(B) 314.59º 0.9% 0.81% -
XYZ 32.15 16.23 35.16 -
YUV 92.28 166.79 209.12 -
System Red Green Blue C M Y K H S L
Decimal 206 21 161 0 0.90 0.22 0.19 314.59 0.81 0.45
Hex CE 15 A1 0 5A 16 13 13B 51 2D
Octal 316 25 241 0 132 26 23 473 121 55
Binary 11001110 10101 10100001 0 1011010 10110 10011 100111011 1010001 101101

Color Harmonies of #CE15A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15A1

Black with #CE15A1

Text Example


Text Example

White with #CE15A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15A1; }

 p { color: rgb(206,21,161); }

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

background-color css

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

 a { background-color: rgb(206,21,161); }

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

border-color css

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

 span { border-color: rgb(206,21,161); }

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