Html Css Color HEX #CE2492 Medium Violet Red

📋 copy color: '#CE2492'

red 206 ◦ green 36 ◦ blue 146

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

Shades of Medium Violet Red #CE2492

Tints of Medium Violet Red #CE2492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 53.09%
G = 9.28%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE2492 (or 0xCE2492) is known color: Medium Violet Red. HEX triplet: CE, 24 and 92. RGB value is (206,36,146). Sum of RGB (Red+Green+Blue) = 206+36+146=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2492 is #31DB6D. Grayscale: #636363. Windows color (decimal): -3267438 or 9577678. OLE color: 9577678.

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

Color convert

RGB 206 36 146 -
CMYK 0 0.83 0.29 0.19
HSL 321.18º 0.7% 0.47% -
HSV(B) 321.18º 0.83% 0.81% -
XYZ 31.27 16.46 28.72 -
YUV 99.37 154.32 204.06 -
System Red Green Blue C M Y K H S L
Decimal 206 36 146 0 0.83 0.29 0.19 321.18 0.7 0.47
Hex CE 24 92 0 53 1D 13 141 46 2F
Octal 316 44 222 0 123 35 23 501 106 57
Binary 11001110 100100 10010010 0 1010011 11101 10011 101000001 1000110 101111

Color Harmonies of #CE2492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2492

Black with #CE2492

Text Example


Text Example

White with #CE2492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2492; }

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

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

background-color css

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

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

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

border-color css

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

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

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