Html Css Color HEX #CE147C Medium Violet Red

📋 copy color: '#CE147C'

red 206 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #CE147C

Tints of Medium Violet Red #CE147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.71%

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

R = 58.86%
G = 5.71%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE147C (or 0xCE147C) is known color: Medium Violet Red. HEX triplet: CE, 14 and 7C. RGB value is (206,20,124). Sum of RGB (Red+Green+Blue) = 206+20+124=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE147C is #31EB83. Grayscale: #575757. Windows color (decimal): -3271556 or 8131790. OLE color: 8131790.

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

Color convert

RGB 206 20 124 -
CMYK 0 0.90 0.40 0.19
HSL 326.45º 0.82% 0.44% -
HSV(B) 326.45º 0.9% 0.81% -
XYZ 29.34 15.08 20.43 -
YUV 87.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 206 20 124 0 0.90 0.40 0.19 326.45 0.82 0.44
Hex CE 14 7C 0 5A 28 13 146 52 2C
Octal 316 24 174 0 132 50 23 506 122 54
Binary 11001110 10100 1111100 0 1011010 101000 10011 101000110 1010010 101100

Color Harmonies of #CE147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE147C

Black with #CE147C

Text Example


Text Example

White with #CE147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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