Html Css Color HEX #CE2392 Medium Violet Red

📋 copy color: '#CE2392'

red 206 ◦ green 35 ◦ blue 146

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

Shades of Medium Violet Red #CE2392

Tints of Medium Violet Red #CE2392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.04%

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

R = 53.23%
G = 9.04%
B = 37.73%

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

#CE2392 (or 0xCE2392) is known color: Medium Violet Red. HEX triplet: CE, 23 and 92. RGB value is (206,35,146). Sum of RGB (Red+Green+Blue) = 206+35+146=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2392 is #31DC6D. Grayscale: #626262. Windows color (decimal): -3267694 or 9577422. OLE color: 9577422.

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

Color convert

RGB 206 35 146 -
CMYK 0 0.83 0.29 0.19
HSL 321.05º 0.71% 0.47% -
HSV(B) 321.05º 0.83% 0.81% -
XYZ 31.24 16.4 28.71 -
YUV 98.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 206 35 146 0 0.83 0.29 0.19 321.05 0.71 0.47
Hex CE 23 92 0 53 1D 13 141 47 2F
Octal 316 43 222 0 123 35 23 501 107 57
Binary 11001110 100011 10010010 0 1010011 11101 10011 101000001 1000111 101111

Color Harmonies of #CE2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2392

Black with #CE2392

Text Example


Text Example

White with #CE2392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2392; }

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

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

background-color css

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

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

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

border-color css

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

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

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