Html Css Color HEX #CE1D77 Medium Violet Red

📋 copy color: '#CE1D77'

red 206 ◦ green 29 ◦ blue 119

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

Shades of Medium Violet Red #CE1D77

Tints of Medium Violet Red #CE1D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 58.19%
G = 8.19%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE1D77 (or 0xCE1D77) is known color: Medium Violet Red. HEX triplet: CE, 1D and 77. RGB value is (206,29,119). Sum of RGB (Red+Green+Blue) = 206+29+119=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D77 is #31E288. Grayscale: #5C5C5C. Windows color (decimal): -3269257 or 7806414. OLE color: 7806414.

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

Color convert

RGB 206 29 119 -
CMYK 0 0.86 0.42 0.19
HSL 329.49º 0.75% 0.46% -
HSV(B) 329.49º 0.86% 0.81% -
XYZ 29.22 15.33 18.87 -
YUV 92.18 143.14 209.18 -
System Red Green Blue C M Y K H S L
Decimal 206 29 119 0 0.86 0.42 0.19 329.49 0.75 0.46
Hex CE 1D 77 0 56 2A 13 149 4B 2E
Octal 316 35 167 0 126 52 23 511 113 56
Binary 11001110 11101 1110111 0 1010110 101010 10011 101001001 1001011 101110

Color Harmonies of #CE1D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D77

Black with #CE1D77

Text Example


Text Example

White with #CE1D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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