Html Css Color HEX #CE1EAB Medium Violet Red

📋 copy color: '#CE1EAB'

red 206 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #CE1EAB

Tints of Medium Violet Red #CE1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.37%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 50.61%
G = 7.37%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE1EAB (or 0xCE1EAB) is known color: Medium Violet Red. HEX triplet: CE, 1E and AB. RGB value is (206,30,171). Sum of RGB (Red+Green+Blue) = 206+30+171=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1EAB is #31E154. Grayscale: #626262. Windows color (decimal): -3268949 or 11214542. OLE color: 11214542.

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

Color convert

RGB 206 30 171 -
CMYK 0 0.85 0.17 0.19
HSL 311.93º 0.75% 0.46% -
HSV(B) 311.93º 0.85% 0.81% -
XYZ 33.27 16.99 40.05 -
YUV 98.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 206 30 171 0 0.85 0.17 0.19 311.93 0.75 0.46
Hex CE 1E AB 0 55 11 13 138 4B 2E
Octal 316 36 253 0 125 21 23 470 113 56
Binary 11001110 11110 10101011 0 1010101 10001 10011 100111000 1001011 101110

Color Harmonies of #CE1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EAB

Black with #CE1EAB

Text Example


Text Example

White with #CE1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EAB; }

 p { color: rgb(206,30,171); }

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

background-color css

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

 a { background-color: rgb(206,30,171); }

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

border-color css

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

 span { border-color: rgb(206,30,171); }

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