Html Css Color HEX #CE0186 Medium Violet Red

📋 copy color: '#CE0186'

red 206 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #CE0186

Tints of Medium Violet Red #CE0186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 60.41%
G = 0.29%
B = 39.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE0186 (or 0xCE0186) is known color: Medium Violet Red. HEX triplet: CE, 01 and 86. RGB value is (206,1,134). Sum of RGB (Red+Green+Blue) = 206+1+134=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0186 is #31FE79. Grayscale: #4D4D4D. Windows color (decimal): -3276410 or 8782286. OLE color: 8782286.

HSL color Cylindrical-coordinate representation of color #CE0186: hue angle of 321.07º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0186 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 1 134 -
CMYK 0 1.00 0.35 0.19
HSL 321.07º 0.99% 0.41% -
HSV(B) 321.07º 1% 0.81% -
XYZ 29.77 14.86 23.85 -
YUV 77.46 159.92 219.69 -
System Red Green Blue C M Y K H S L
Decimal 206 1 134 0 1.00 0.35 0.19 321.07 0.99 0.41
Hex CE 1 86 0 64 23 13 141 63 29
Octal 316 1 206 0 144 43 23 501 143 51
Binary 11001110 1 10000110 0 1100100 100011 10011 101000001 1100011 101001

Color Harmonies of #CE0186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0186

Black with #CE0186

Text Example


Text Example

White with #CE0186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0186; }

 p { color: rgb(206,1,134); }

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

background-color css

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

 a { background-color: rgb(206,1,134); }

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

border-color css

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

 span { border-color: rgb(206,1,134); }

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