Html Css Color HEX #CE057D Medium Violet Red

📋 copy color: '#CE057D'

red 206 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #CE057D

Tints of Medium Violet Red #CE057D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 61.31%
G = 1.49%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE057D (or 0xCE057D) is known color: Medium Violet Red. HEX triplet: CE, 05 and 7D. RGB value is (206,5,125). Sum of RGB (Red+Green+Blue) = 206+5+125=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE057D is #31FA82. Grayscale: #4E4E4E. Windows color (decimal): -3275395 or 8193486. OLE color: 8193486.

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

Color convert

RGB 206 5 125 -
CMYK 0 0.98 0.39 0.19
HSL 324.18º 0.95% 0.41% -
HSV(B) 324.18º 0.98% 0.81% -
XYZ 29.21 14.71 20.7 -
YUV 78.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 206 5 125 0 0.98 0.39 0.19 324.18 0.95 0.41
Hex CE 5 7D 0 62 27 13 144 5F 29
Octal 316 5 175 0 142 47 23 504 137 51
Binary 11001110 101 1111101 0 1100010 100111 10011 101000100 1011111 101001

Color Harmonies of #CE057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE057D

Black with #CE057D

Text Example


Text Example

White with #CE057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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