Html Css Color HEX #CE137C Medium Violet Red

📋 copy color: '#CE137C'

red 206 ◦ green 19 ◦ blue 124

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

Shades of Medium Violet Red #CE137C

Tints of Medium Violet Red #CE137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.44%

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 59.03%
G = 5.44%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE137C (or 0xCE137C) is known color: Medium Violet Red. HEX triplet: CE, 13 and 7C. RGB value is (206,19,124). Sum of RGB (Red+Green+Blue) = 206+19+124=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE137C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE137C is #31EC83. Grayscale: #565656. Windows color (decimal): -3271812 or 8131534. OLE color: 8131534.

HSL color Cylindrical-coordinate representation of color #CE137C: hue angle of 326.31º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE137C is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 124 -
CMYK 0 0.91 0.40 0.19
HSL 326.31º 0.83% 0.44% -
HSV(B) 326.31º 0.91% 0.81% -
XYZ 29.32 15.04 20.43 -
YUV 86.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 206 19 124 0 0.91 0.40 0.19 326.31 0.83 0.44
Hex CE 13 7C 0 5B 28 13 146 53 2C
Octal 316 23 174 0 133 50 23 506 123 54
Binary 11001110 10011 1111100 0 1011011 101000 10011 101000110 1010011 101100

Color Harmonies of #CE137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE137C

Black with #CE137C

Text Example


Text Example

White with #CE137C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE137C; }

 p { color: rgb(206,19,124); }

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

background-color css

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

 a { background-color: rgb(206,19,124); }

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

border-color css

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

 span { border-color: rgb(206,19,124); }

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