Html Css Color HEX #CE1D7C Medium Violet Red

📋 copy color: '#CE1D7C'

red 206 ◦ green 29 ◦ blue 124

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

Shades of Medium Violet Red #CE1D7C

Tints of Medium Violet Red #CE1D7C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.08%

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

R = 57.38%
G = 8.08%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE1D7C (or 0xCE1D7C) is known color: Medium Violet Red. HEX triplet: CE, 1D and 7C. RGB value is (206,29,124). Sum of RGB (Red+Green+Blue) = 206+29+124=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D7C is #31E283. Grayscale: #5C5C5C. Windows color (decimal): -3269252 or 8134094. OLE color: 8134094.

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

Color convert

RGB 206 29 124 -
CMYK 0 0.86 0.40 0.19
HSL 327.8º 0.75% 0.46% -
HSV(B) 327.8º 0.86% 0.81% -
XYZ 29.53 15.46 20.5 -
YUV 92.75 145.64 208.78 -
System Red Green Blue C M Y K H S L
Decimal 206 29 124 0 0.86 0.40 0.19 327.8 0.75 0.46
Hex CE 1D 7C 0 56 28 13 148 4B 2E
Octal 316 35 174 0 126 50 23 510 113 56
Binary 11001110 11101 1111100 0 1010110 101000 10011 101001000 1001011 101110

Color Harmonies of #CE1D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D7C

Black with #CE1D7C

Text Example


Text Example

White with #CE1D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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