Html Css Color HEX #CE2592 Medium Violet Red

📋 copy color: '#CE2592'

red 206 ◦ green 37 ◦ blue 146

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

Shades of Medium Violet Red #CE2592

Tints of Medium Violet Red #CE2592

RGB

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

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

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

R = 52.96%
G = 9.51%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CE2592 (or 0xCE2592) is known color: Medium Violet Red. HEX triplet: CE, 25 and 92. RGB value is (206,37,146). Sum of RGB (Red+Green+Blue) = 206+37+146=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2592 is #31DA6D. Grayscale: #636363. Windows color (decimal): -3267182 or 9577934. OLE color: 9577934.

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

Color convert

RGB 206 37 146 -
CMYK 0 0.82 0.29 0.19
HSL 321.3º 0.7% 0.48% -
HSV(B) 321.3º 0.82% 0.81% -
XYZ 31.3 16.52 28.73 -
YUV 99.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 206 37 146 0 0.82 0.29 0.19 321.3 0.7 0.48
Hex CE 25 92 0 52 1D 13 141 46 30
Octal 316 45 222 0 122 35 23 501 106 60
Binary 11001110 100101 10010010 0 1010010 11101 10011 101000001 1000110 110000

Color Harmonies of #CE2592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2592

Black with #CE2592

Text Example


Text Example

White with #CE2592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2592; }

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

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

background-color css

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

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

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

border-color css

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

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

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