Html Css Color HEX #CE27A1 Medium Violet Red

📋 copy color: '#CE27A1'

red 206 ◦ green 39 ◦ blue 161

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

Shades of Medium Violet Red #CE27A1

Tints of Medium Violet Red #CE27A1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

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

R = 50.74%
G = 9.61%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CE27A1 (or 0xCE27A1) is known color: Medium Violet Red. HEX triplet: CE, 27 and A1. RGB value is (206,39,161). Sum of RGB (Red+Green+Blue) = 206+39+161=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE27A1 is #31D85E. Grayscale: #666666. Windows color (decimal): -3266655 or 10561486. OLE color: 10561486.

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

Color convert

RGB 206 39 161 -
CMYK 0 0.81 0.22 0.19
HSL 316.17º 0.68% 0.48% -
HSV(B) 316.17º 0.81% 0.81% -
XYZ 32.61 17.15 35.31 -
YUV 102.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 206 39 161 0 0.81 0.22 0.19 316.17 0.68 0.48
Hex CE 27 A1 0 51 16 13 13C 44 30
Octal 316 47 241 0 121 26 23 474 104 60
Binary 11001110 100111 10100001 0 1010001 10110 10011 100111100 1000100 110000

Color Harmonies of #CE27A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27A1

Black with #CE27A1

Text Example


Text Example

White with #CE27A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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