Html Css Color HEX #CE1775 Medium Violet Red

📋 copy color: '#CE1775'

red 206 ◦ green 23 ◦ blue 117

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

Shades of Medium Violet Red #CE1775

Tints of Medium Violet Red #CE1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 59.54%
G = 6.65%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE1775 (or 0xCE1775) is known color: Medium Violet Red. HEX triplet: CE, 17 and 75. RGB value is (206,23,117). Sum of RGB (Red+Green+Blue) = 206+23+117=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1775 is #31E88A. Grayscale: #585858. Windows color (decimal): -3270795 or 7673806. OLE color: 7673806.

HSL color Cylindrical-coordinate representation of color #CE1775: hue angle of 329.18º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1775 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 117 -
CMYK 0 0.89 0.43 0.19
HSL 329.18º 0.8% 0.45% -
HSV(B) 329.18º 0.89% 0.81% -
XYZ 28.97 15.02 18.2 -
YUV 88.43 144.13 211.86 -
System Red Green Blue C M Y K H S L
Decimal 206 23 117 0 0.89 0.43 0.19 329.18 0.8 0.45
Hex CE 17 75 0 59 2B 13 149 50 2D
Octal 316 27 165 0 131 53 23 511 120 55
Binary 11001110 10111 1110101 0 1011001 101011 10011 101001001 1010000 101101

Color Harmonies of #CE1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1775

Black with #CE1775

Text Example


Text Example

White with #CE1775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1775; }

 p { color: rgb(206,23,117); }

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

background-color css

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

 a { background-color: rgb(206,23,117); }

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

border-color css

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

 span { border-color: rgb(206,23,117); }

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