Html Css Color HEX #CE1B8E Medium Violet Red

📋 copy color: '#CE1B8E'

red 206 ◦ green 27 ◦ blue 142

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

Shades of Medium Violet Red #CE1B8E

Tints of Medium Violet Red #CE1B8E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 54.93%
G = 7.2%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CE1B8E (or 0xCE1B8E) is known color: Medium Violet Red. HEX triplet: CE, 1B and 8E. RGB value is (206,27,142). Sum of RGB (Red+Green+Blue) = 206+27+142=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1B8E is #31E471. Grayscale: #5D5D5D. Windows color (decimal): -3269746 or 9313230. OLE color: 9313230.

HSL color Cylindrical-coordinate representation of color #CE1B8E: hue angle of 321.45º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B8E is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 27 142 -
CMYK 0 0.87 0.31 0.19
HSL 321.45º 0.77% 0.46% -
HSV(B) 321.45º 0.87% 0.81% -
XYZ 30.73 15.86 27.03 -
YUV 93.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 206 27 142 0 0.87 0.31 0.19 321.45 0.77 0.46
Hex CE 1B 8E 0 57 1F 13 141 4D 2E
Octal 316 33 216 0 127 37 23 501 115 56
Binary 11001110 11011 10001110 0 1010111 11111 10011 101000001 1001101 101110

Color Harmonies of #CE1B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B8E

Black with #CE1B8E

Text Example


Text Example

White with #CE1B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B8E; }

 p { color: rgb(206,27,142); }

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

background-color css

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

 a { background-color: rgb(206,27,142); }

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

border-color css

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

 span { border-color: rgb(206,27,142); }

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