Html Css Color HEX #CE2584 Medium Violet Red

📋 copy color: '#CE2584'

red 206 ◦ green 37 ◦ blue 132

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

Shades of Medium Violet Red #CE2584

Tints of Medium Violet Red #CE2584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 54.93%
G = 9.87%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CE2584 (or 0xCE2584) is known color: Medium Violet Red. HEX triplet: CE, 25 and 84. RGB value is (206,37,132). Sum of RGB (Red+Green+Blue) = 206+37+132=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2584 is #31DA7B. Grayscale: #626262. Windows color (decimal): -3267196 or 8660430. OLE color: 8660430.

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

Color convert

RGB 206 37 132 -
CMYK 0 0.82 0.36 0.19
HSL 326.27º 0.7% 0.48% -
HSV(B) 326.27º 0.82% 0.81% -
XYZ 30.28 16.11 23.34 -
YUV 98.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 206 37 132 0 0.82 0.36 0.19 326.27 0.7 0.48
Hex CE 25 84 0 52 24 13 146 46 30
Octal 316 45 204 0 122 44 23 506 106 60
Binary 11001110 100101 10000100 0 1010010 100100 10011 101000110 1000110 110000

Color Harmonies of #CE2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2584

Black with #CE2584

Text Example


Text Example

White with #CE2584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2584; }

 p { color: rgb(206,37,132); }

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

background-color css

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

 a { background-color: rgb(206,37,132); }

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

border-color css

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

 span { border-color: rgb(206,37,132); }

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