Html Css Color HEX #CE2494 Medium Violet Red

📋 copy color: '#CE2494'

red 206 ◦ green 36 ◦ blue 148

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

Shades of Medium Violet Red #CE2494

Tints of Medium Violet Red #CE2494

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.23%

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

R = 52.82%
G = 9.23%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE2494 (or 0xCE2494) is known color: Medium Violet Red. HEX triplet: CE, 24 and 94. RGB value is (206,36,148). Sum of RGB (Red+Green+Blue) = 206+36+148=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2494 is #31DB6B. Grayscale: #636363. Windows color (decimal): -3267436 or 9708750. OLE color: 9708750.

HSL color Cylindrical-coordinate representation of color #CE2494: hue angle of 320.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2494 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 148 -
CMYK 0 0.83 0.28 0.19
HSL 320.47º 0.7% 0.47% -
HSV(B) 320.47º 0.83% 0.81% -
XYZ 31.43 16.52 29.55 -
YUV 99.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 206 36 148 0 0.83 0.28 0.19 320.47 0.7 0.47
Hex CE 24 94 0 53 1C 13 140 46 2F
Octal 316 44 224 0 123 34 23 500 106 57
Binary 11001110 100100 10010100 0 1010011 11100 10011 101000000 1000110 101111

Color Harmonies of #CE2494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2494

Black with #CE2494

Text Example


Text Example

White with #CE2494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2494; }

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

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

background-color css

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

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

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

border-color css

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

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

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