Html Css Color HEX #CE0686 Medium Violet Red

📋 copy color: '#CE0686'

red 206 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #CE0686

Tints of Medium Violet Red #CE0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.73%

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

R = 59.54%
G = 1.73%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE0686 (or 0xCE0686) is known color: Medium Violet Red. HEX triplet: CE, 06 and 86. RGB value is (206,6,134). Sum of RGB (Red+Green+Blue) = 206+6+134=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0686 is #31F979. Grayscale: #505050. Windows color (decimal): -3275130 or 8783566. OLE color: 8783566.

HSL color Cylindrical-coordinate representation of color #CE0686: hue angle of 321.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0686 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 6 134 -
CMYK 0 0.97 0.35 0.19
HSL 321.6º 0.94% 0.42% -
HSV(B) 321.6º 0.97% 0.81% -
XYZ 29.82 14.97 23.87 -
YUV 80.39 158.26 217.59 -
System Red Green Blue C M Y K H S L
Decimal 206 6 134 0 0.97 0.35 0.19 321.6 0.94 0.42
Hex CE 6 86 0 61 23 13 142 5E 2A
Octal 316 6 206 0 141 43 23 502 136 52
Binary 11001110 110 10000110 0 1100001 100011 10011 101000010 1011110 101010

Color Harmonies of #CE0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0686

Black with #CE0686

Text Example


Text Example

White with #CE0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0686; }

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

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

background-color css

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

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

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

border-color css

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

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

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