Html Css Color HEX #CE1EA8 Medium Violet Red

📋 copy color: '#CE1EA8'

red 206 ◦ green 30 ◦ blue 168

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

Shades of Medium Violet Red #CE1EA8

Tints of Medium Violet Red #CE1EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.58%

R = 50.99%
G = 7.43%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CE1EA8 (or 0xCE1EA8) is known color: Medium Violet Red. HEX triplet: CE, 1E and A8. RGB value is (206,30,168). Sum of RGB (Red+Green+Blue) = 206+30+168=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1EA8 is #31E157. Grayscale: #616161. Windows color (decimal): -3268952 or 11017934. OLE color: 11017934.

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

Color convert

RGB 206 30 168 -
CMYK 0 0.85 0.18 0.19
HSL 312.95º 0.75% 0.46% -
HSV(B) 312.95º 0.85% 0.81% -
XYZ 32.99 16.88 38.56 -
YUV 98.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 206 30 168 0 0.85 0.18 0.19 312.95 0.75 0.46
Hex CE 1E A8 0 55 12 13 139 4B 2E
Octal 316 36 250 0 125 22 23 471 113 56
Binary 11001110 11110 10101000 0 1010101 10010 10011 100111001 1001011 101110

Color Harmonies of #CE1EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EA8

Black with #CE1EA8

Text Example


Text Example

White with #CE1EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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