Html Css Color HEX #CE2491 Medium Violet Red

📋 copy color: '#CE2491'

red 206 ◦ green 36 ◦ blue 145

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

Shades of Medium Violet Red #CE2491

Tints of Medium Violet Red #CE2491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 53.23%
G = 9.3%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CE2491 (or 0xCE2491) is known color: Medium Violet Red. HEX triplet: CE, 24 and 91. RGB value is (206,36,145). Sum of RGB (Red+Green+Blue) = 206+36+145=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2491 is #31DB6E. Grayscale: #626262. Windows color (decimal): -3267439 or 9512142. OLE color: 9512142.

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

Color convert

RGB 206 36 145 -
CMYK 0 0.83 0.30 0.19
HSL 321.53º 0.7% 0.47% -
HSV(B) 321.53º 0.83% 0.81% -
XYZ 31.2 16.43 28.31 -
YUV 99.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 206 36 145 0 0.83 0.30 0.19 321.53 0.7 0.47
Hex CE 24 91 0 53 1E 13 142 46 2F
Octal 316 44 221 0 123 36 23 502 106 57
Binary 11001110 100100 10010001 0 1010011 11110 10011 101000010 1000110 101111

Color Harmonies of #CE2491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2491

Black with #CE2491

Text Example


Text Example

White with #CE2491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2491; }

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

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

background-color css

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

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

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

border-color css

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

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

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