Html Css Color HEX #CE2490 Medium Violet Red

📋 copy color: '#CE2490'

red 206 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #CE2490

Tints of Medium Violet Red #CE2490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 53.37%
G = 9.33%
B = 37.31%

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

#CE2490 (or 0xCE2490) is known color: Medium Violet Red. HEX triplet: CE, 24 and 90. RGB value is (206,36,144). Sum of RGB (Red+Green+Blue) = 206+36+144=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2490 is #31DB6F. Grayscale: #626262. Windows color (decimal): -3267440 or 9446606. OLE color: 9446606.

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

Color convert

RGB 206 36 144 -
CMYK 0 0.83 0.30 0.19
HSL 321.88º 0.7% 0.47% -
HSV(B) 321.88º 0.83% 0.81% -
XYZ 31.12 16.4 27.91 -
YUV 99.14 153.32 204.22 -
System Red Green Blue C M Y K H S L
Decimal 206 36 144 0 0.83 0.30 0.19 321.88 0.7 0.47
Hex CE 24 90 0 53 1E 13 142 46 2F
Octal 316 44 220 0 123 36 23 502 106 57
Binary 11001110 100100 10010000 0 1010011 11110 10011 101000010 1000110 101111

Color Harmonies of #CE2490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2490

Black with #CE2490

Text Example


Text Example

White with #CE2490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2490; }

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

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

background-color css

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

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

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

border-color css

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

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

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