Html Css Color HEX #CE057C Medium Violet Red

📋 copy color: '#CE057C'

red 206 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #CE057C

Tints of Medium Violet Red #CE057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 61.49%
G = 1.49%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE057C (or 0xCE057C) is known color: Medium Violet Red. HEX triplet: CE, 05 and 7C. RGB value is (206,5,124). Sum of RGB (Red+Green+Blue) = 206+5+124=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE057C is #31FA83. Grayscale: #4E4E4E. Windows color (decimal): -3275396 or 8127950. OLE color: 8127950.

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

Color convert

RGB 206 5 124 -
CMYK 0 0.98 0.40 0.19
HSL 324.48º 0.95% 0.41% -
HSV(B) 324.48º 0.98% 0.81% -
XYZ 29.15 14.69 20.37 -
YUV 78.67 153.59 218.82 -
System Red Green Blue C M Y K H S L
Decimal 206 5 124 0 0.98 0.40 0.19 324.48 0.95 0.41
Hex CE 5 7C 0 62 28 13 144 5F 29
Octal 316 5 174 0 142 50 23 504 137 51
Binary 11001110 101 1111100 0 1100010 101000 10011 101000100 1011111 101001

Color Harmonies of #CE057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE057C

Black with #CE057C

Text Example


Text Example

White with #CE057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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