Html Css Color HEX #CE2495 Medium Violet Red

📋 copy color: '#CE2495'

red 206 ◦ green 36 ◦ blue 149

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

Shades of Medium Violet Red #CE2495

Tints of Medium Violet Red #CE2495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.11%

R = 52.69%
G = 9.21%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CE2495 (or 0xCE2495) is known color: Medium Violet Red. HEX triplet: CE, 24 and 95. RGB value is (206,36,149). Sum of RGB (Red+Green+Blue) = 206+36+149=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2495 is #31DB6A. Grayscale: #636363. Windows color (decimal): -3267435 or 9774286. OLE color: 9774286.

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

Color convert

RGB 206 36 149 -
CMYK 0 0.83 0.28 0.19
HSL 320.12º 0.7% 0.47% -
HSV(B) 320.12º 0.83% 0.81% -
XYZ 31.51 16.55 29.97 -
YUV 99.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 206 36 149 0 0.83 0.28 0.19 320.12 0.7 0.47
Hex CE 24 95 0 53 1C 13 140 46 2F
Octal 316 44 225 0 123 34 23 500 106 57
Binary 11001110 100100 10010101 0 1010011 11100 10011 101000000 1000110 101111

Color Harmonies of #CE2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2495

Black with #CE2495

Text Example


Text Example

White with #CE2495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2495; }

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

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

background-color css

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

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

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

border-color css

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

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

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