Html Css Color HEX #CE27A0 Medium Violet Red

📋 copy color: '#CE27A0'

red 206 ◦ green 39 ◦ blue 160

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

Shades of Medium Violet Red #CE27A0

Tints of Medium Violet Red #CE27A0

RGB

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

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

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

R = 50.86%
G = 9.63%
B = 39.51%

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

#CE27A0 (or 0xCE27A0) is known color: Medium Violet Red. HEX triplet: CE, 27 and A0. RGB value is (206,39,160). Sum of RGB (Red+Green+Blue) = 206+39+160=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE27A0 is #31D85F. Grayscale: #666666. Windows color (decimal): -3266656 or 10495950. OLE color: 10495950.

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

Color convert

RGB 206 39 160 -
CMYK 0 0.81 0.22 0.19
HSL 316.53º 0.68% 0.48% -
HSV(B) 316.53º 0.81% 0.81% -
XYZ 32.52 17.11 34.85 -
YUV 102.73 160.33 201.66 -
System Red Green Blue C M Y K H S L
Decimal 206 39 160 0 0.81 0.22 0.19 316.53 0.68 0.48
Hex CE 27 A0 0 51 16 13 13D 44 30
Octal 316 47 240 0 121 26 23 475 104 60
Binary 11001110 100111 10100000 0 1010001 10110 10011 100111101 1000100 110000

Color Harmonies of #CE27A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27A0

Black with #CE27A0

Text Example


Text Example

White with #CE27A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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