Html Css Color HEX #CE1494 Medium Violet Red

📋 copy color: '#CE1494'

red 206 ◦ green 20 ◦ blue 148

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

Shades of Medium Violet Red #CE1494

Tints of Medium Violet Red #CE1494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 55.08%
G = 5.35%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE1494 (or 0xCE1494) is known color: Medium Violet Red. HEX triplet: CE, 14 and 94. RGB value is (206,20,148). Sum of RGB (Red+Green+Blue) = 206+20+148=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1494 is #31EB6B. Grayscale: #595959. Windows color (decimal): -3271532 or 9704654. OLE color: 9704654.

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

Color convert

RGB 206 20 148 -
CMYK 0 0.90 0.28 0.19
HSL 318.71º 0.82% 0.44% -
HSV(B) 318.71º 0.9% 0.81% -
XYZ 31.05 15.76 29.42 -
YUV 90.21 160.62 210.59 -
System Red Green Blue C M Y K H S L
Decimal 206 20 148 0 0.90 0.28 0.19 318.71 0.82 0.44
Hex CE 14 94 0 5A 1C 13 13F 52 2C
Octal 316 24 224 0 132 34 23 477 122 54
Binary 11001110 10100 10010100 0 1011010 11100 10011 100111111 1010010 101100

Color Harmonies of #CE1494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1494

Black with #CE1494

Text Example


Text Example

White with #CE1494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1494; }

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

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

background-color css

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

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

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

border-color css

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

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

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