Html Css Color HEX #CE117F Medium Violet Red

📋 copy color: '#CE117F'

red 206 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #CE117F

Tints of Medium Violet Red #CE117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

 BLUE value IS 127 (50% from 255) = 36.29%

R = 58.86%
G = 4.86%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE117F (or 0xCE117F) is known color: Medium Violet Red. HEX triplet: CE, 11 and 7F. RGB value is (206,17,127). Sum of RGB (Red+Green+Blue) = 206+17+127=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE117F is #31EE80. Grayscale: #555555. Windows color (decimal): -3272321 or 8327630. OLE color: 8327630.

HSL color Cylindrical-coordinate representation of color #CE117F: hue angle of 325.08º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE117F is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 17 127 -
CMYK 0 0.92 0.38 0.19
HSL 325.08º 0.85% 0.44% -
HSV(B) 325.08º 0.92% 0.81% -
XYZ 29.48 15.06 21.43 -
YUV 86.05 151.12 213.56 -
System Red Green Blue C M Y K H S L
Decimal 206 17 127 0 0.92 0.38 0.19 325.08 0.85 0.44
Hex CE 11 7F 0 5C 26 13 145 55 2C
Octal 316 21 177 0 134 46 23 505 125 54
Binary 11001110 10001 1111111 0 1011100 100110 10011 101000101 1010101 101100

Color Harmonies of #CE117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE117F

Black with #CE117F

Text Example


Text Example

White with #CE117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE117F; }

 p { color: rgb(206,17,127); }

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

background-color css

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

 a { background-color: rgb(206,17,127); }

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

border-color css

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

 span { border-color: rgb(206,17,127); }

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