Html Css Color HEX #CE1489 Medium Violet Red

📋 copy color: '#CE1489'

red 206 ◦ green 20 ◦ blue 137

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

Shades of Medium Violet Red #CE1489

Tints of Medium Violet Red #CE1489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.51%

 BLUE value IS 137 (53.91% from 255) = 37.74%

R = 56.75%
G = 5.51%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CE1489 (or 0xCE1489) is known color: Medium Violet Red. HEX triplet: CE, 14 and 89. RGB value is (206,20,137). Sum of RGB (Red+Green+Blue) = 206+20+137=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1489 is #31EB76. Grayscale: #585858. Windows color (decimal): -3271543 or 8983758. OLE color: 8983758.

HSL color Cylindrical-coordinate representation of color #CE1489: hue angle of 322.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1489 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 137 -
CMYK 0 0.90 0.33 0.19
HSL 322.26º 0.82% 0.44% -
HSV(B) 322.26º 0.9% 0.81% -
XYZ 30.22 15.43 25.05 -
YUV 88.95 155.12 211.49 -
System Red Green Blue C M Y K H S L
Decimal 206 20 137 0 0.90 0.33 0.19 322.26 0.82 0.44
Hex CE 14 89 0 5A 21 13 142 52 2C
Octal 316 24 211 0 132 41 23 502 122 54
Binary 11001110 10100 10001001 0 1011010 100001 10011 101000010 1010010 101100

Color Harmonies of #CE1489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1489

Black with #CE1489

Text Example


Text Example

White with #CE1489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1489; }

 p { color: rgb(206,20,137); }

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

background-color css

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

 a { background-color: rgb(206,20,137); }

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

border-color css

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

 span { border-color: rgb(206,20,137); }

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